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