public enum Oasis_EN extends Enum<Oasis_EN> implements DescribableIF, IdentifiableIF
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of the object
|
int |
getErrorReturnCode() |
int |
getId()
the id of the object
|
void |
setDescription(String description)
Sets the objects internal description
|
void |
setErrorReturnCode(int errorReturnCode) |
void |
setId(int id)
Sets the id for the object at run time
|
String |
toString() |
static Oasis_EN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Oasis_EN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Oasis_EN M1033_HOSP_RISK_HSTRY_FALLS
public static final Oasis_EN M1033_HOSP_RISK_WEIGHT_LOSS
public static final Oasis_EN M1033_HOSP_RISK_MLTPL_HOSPZTN
public static final Oasis_EN M1033_HOSP_RISK_MLTPL_ED_VISIT
public static final Oasis_EN M1033_HOSP_RISK_MNTL_BHV_DCLN
public static final Oasis_EN M1033_HOSP_RISK_COMPLIANCE
public static final Oasis_EN M1033_HOSP_RISK_5PLUS_MDCTN
public static final Oasis_EN M1033_HOSP_RISK_CRNT_EXHSTN
public static final Oasis_EN M1033_HOSP_RISK_OTHR_RISK
public static final Oasis_EN M1033_HOSP_RISK_NONE_ABOVE
public static final Oasis_EN M1800_CRNT_GROOMING
public static final Oasis_EN M1810_CRNT_DRESS_UPPER
public static final Oasis_EN M1820_CRNT_DRESS_LOWER
public static final Oasis_EN M1830_CRNT_BATHG
public static final Oasis_EN M1840_CRNT_TOILTG
public static final Oasis_EN M1850_CRNT_TRNSFRNG
public static final Oasis_EN M1860_CRNT_AMBLTN
public static Oasis_EN[] values()
for (Oasis_EN c : Oasis_EN.values()) System.out.println(c);
public static Oasis_EN 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 String getDescription()
DescribableIF
getDescription
in interface DescribableIF
public void setDescription(String description)
DescribableIF
setDescription
in interface DescribableIF
public int getId()
IdentifiableIF
getId
in interface IdentifiableIF
public void setId(int id)
IdentifiableIF
setId
in interface IdentifiableIF
id
- the id to setpublic int getErrorReturnCode()
public void setErrorReturnCode(int errorReturnCode)
errorReturnCode
- the errorReturnCode to setCopyright © 2022. All rights reserved.