public enum EnumCM_SubjectContextFetus extends java.lang.Enum<EnumCM_SubjectContextFetus>
| Enum Constant and Description |
|---|
FETUS_ID |
MOTHER_OF_FETUS |
NUMBER_OF_FETUSES |
NUMBER_OF_FETUSES_BY_US |
SUBJECT_ID |
SUBJECT_UID |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_SubjectContextFetus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_SubjectContextFetus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_SubjectContextFetus MOTHER_OF_FETUS
public static final EnumCM_SubjectContextFetus SUBJECT_UID
public static final EnumCM_SubjectContextFetus SUBJECT_ID
public static final EnumCM_SubjectContextFetus FETUS_ID
public static final EnumCM_SubjectContextFetus NUMBER_OF_FETUSES_BY_US
public static final EnumCM_SubjectContextFetus NUMBER_OF_FETUSES
public static EnumCM_SubjectContextFetus[] values()
for (EnumCM_SubjectContextFetus c : EnumCM_SubjectContextFetus.values()) System.out.println(c);
public static EnumCM_SubjectContextFetus 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()