| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
SystemAttributes.getStatus()
Status indicates the status of the object - the values are specified in the Status enumeration
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemAttributes.setStatus(Status status) |
| Modifier and Type | Method and Description |
|---|---|
static Status |
InputValidator.validateStatusAndCheckNotDeleted(String className,
String methodName,
String statusName)
Validate the supplied string can be converted to a Status and return that status.
|
Copyright © 2018 ODPi. All rights reserved.