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