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