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