public enum EnumCV_LocationInIntestinalTract extends java.lang.Enum<EnumCV_LocationInIntestinalTract>
| Enum Constant and Description |
|---|
ASCENDING_COLON_T_59420 |
CECUM_T_59100 |
DESCENDING_COLON_T_59460 |
HEPATIC_FLEXURE_OF_COLON_T_59438 |
RECTUM_T_59600 |
SIGMOID_COLON_T_59470 |
SPLENIC_FLEXURE_OF_COLON_T_59442 |
TRANSVERSE_COLON_T_59440 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_LocationInIntestinalTract |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_LocationInIntestinalTract[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_LocationInIntestinalTract RECTUM_T_59600
public static final EnumCV_LocationInIntestinalTract SIGMOID_COLON_T_59470
public static final EnumCV_LocationInIntestinalTract DESCENDING_COLON_T_59460
public static final EnumCV_LocationInIntestinalTract TRANSVERSE_COLON_T_59440
public static final EnumCV_LocationInIntestinalTract ASCENDING_COLON_T_59420
public static final EnumCV_LocationInIntestinalTract CECUM_T_59100
public static final EnumCV_LocationInIntestinalTract SPLENIC_FLEXURE_OF_COLON_T_59442
public static final EnumCV_LocationInIntestinalTract HEPATIC_FLEXURE_OF_COLON_T_59438
public static EnumCV_LocationInIntestinalTract[] values()
for (EnumCV_LocationInIntestinalTract c : EnumCV_LocationInIntestinalTract.values()) System.out.println(c);
public static EnumCV_LocationInIntestinalTract 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()