public enum EnumCM_PreviousProcedure extends java.lang.Enum<EnumCM_PreviousProcedure>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_PreviousProcedure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_PreviousProcedure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_PreviousProcedure RELEVANT_PREVIOUS_PROCEDURES
public static final EnumCM_PreviousProcedure PREVIOUS_PROCEDURE
public static final EnumCM_PreviousProcedure PROCEDURE_MODIFIER
public static final EnumCM_PreviousProcedure ROLE_OF_PERSON_REPORTING
public static final EnumCM_PreviousProcedure LATERALITY
public static final EnumCM_PreviousProcedure PROCEDURE_DATETIME
public static final EnumCM_PreviousProcedure NUMBER_OF_OCCURRENCES
public static final EnumCM_PreviousProcedure COMPLICATION_OF_PROCEDURE
public static final EnumCM_PreviousProcedure SEVERITY_OF_COMPLICATION
public static final EnumCM_PreviousProcedure PROCEDURE_RESULT
public static final EnumCM_PreviousProcedure ESTIMATED_TIMEFRAME
public static EnumCM_PreviousProcedure[] values()
for (EnumCM_PreviousProcedure c : EnumCM_PreviousProcedure.values()) System.out.println(c);
public static EnumCM_PreviousProcedure valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()