public enum ReferenceableStatus extends Enum<ReferenceableStatus> implements Serializable
| Enum Constant and Description |
|---|
ACTIVE |
APPROVED |
APPROVED_CONCEPT |
APPROVED_FOR_DEPLOYMENT |
COMPLETE |
DELETED |
DEPRECATED |
DEVELOPMENT_COMPLETE |
DISABLED |
DRAFT |
FAILED |
OTHER |
PREPARED |
PROPOSED |
REJECTED |
STANDBY |
UNDER_DEVELOPMENT |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the description for the enum.
|
String |
getName()
Return the descriptive name for the enum.
|
int |
getOMRSOrdinal()
Return the ordinal for the equivalent OMRS status.
|
int |
getOrdinal()
Return the numerical value for the enum.
|
String |
toString()
toString() JSON-style
|
static ReferenceableStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceableStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceableStatus UNKNOWN
public static final ReferenceableStatus DRAFT
public static final ReferenceableStatus PREPARED
public static final ReferenceableStatus PROPOSED
public static final ReferenceableStatus APPROVED
public static final ReferenceableStatus REJECTED
public static final ReferenceableStatus APPROVED_CONCEPT
public static final ReferenceableStatus UNDER_DEVELOPMENT
public static final ReferenceableStatus DEVELOPMENT_COMPLETE
public static final ReferenceableStatus APPROVED_FOR_DEPLOYMENT
public static final ReferenceableStatus STANDBY
public static final ReferenceableStatus ACTIVE
public static final ReferenceableStatus FAILED
public static final ReferenceableStatus DISABLED
public static final ReferenceableStatus COMPLETE
public static final ReferenceableStatus DEPRECATED
public static final ReferenceableStatus OTHER
public static final ReferenceableStatus DELETED
public static ReferenceableStatus[] values()
for (ReferenceableStatus c : ReferenceableStatus.values()) System.out.println(c);
public static ReferenceableStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getOrdinal()
public int getOMRSOrdinal()
public String getName()
public String getDescription()
public String toString()
toString in class Enum<ReferenceableStatus>Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.