public enum EnumCV_SubjectContextPatient extends java.lang.Enum<EnumCV_SubjectContextPatient>
| Enum Constant and Description |
|---|
SUBJECT_AGE_121033 |
SUBJECT_BIRTH_DATE_121031 |
SUBJECT_BREED_121035 |
SUBJECT_ID_121030 |
SUBJECT_NAME_121029 |
SUBJECT_SEX_121032 |
SUBJECT_SPECIES_121034 |
SUBJECT_UID_121028 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_SubjectContextPatient |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_SubjectContextPatient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_SubjectContextPatient SUBJECT_UID_121028
public static final EnumCV_SubjectContextPatient SUBJECT_NAME_121029
public static final EnumCV_SubjectContextPatient SUBJECT_ID_121030
public static final EnumCV_SubjectContextPatient SUBJECT_BIRTH_DATE_121031
public static final EnumCV_SubjectContextPatient SUBJECT_SEX_121032
public static final EnumCV_SubjectContextPatient SUBJECT_AGE_121033
public static final EnumCV_SubjectContextPatient SUBJECT_BREED_121035
public static final EnumCV_SubjectContextPatient SUBJECT_SPECIES_121034
public static EnumCV_SubjectContextPatient[] values()
for (EnumCV_SubjectContextPatient c : EnumCV_SubjectContextPatient.values()) System.out.println(c);
public static EnumCV_SubjectContextPatient 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()