public enum EnumCM_VesselDescriptors extends java.lang.Enum<EnumCM_VesselDescriptors>
| Enum Constant and Description |
|---|
ANEURYSMAL |
BIFURCATION |
CALCIFIED |
CULPRIT |
DIFFUSE_DISEASE |
ECTATIC |
LUMINAL_IRREGULARITIES |
MUSCLE_BRIDGE |
RESTENOTIC |
STENOTIC |
STENTED |
THROMBUS |
TORTUOUS |
ULCERATED |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_VesselDescriptors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_VesselDescriptors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_VesselDescriptors ULCERATED
public static final EnumCM_VesselDescriptors RESTENOTIC
public static final EnumCM_VesselDescriptors BIFURCATION
public static final EnumCM_VesselDescriptors CULPRIT
public static final EnumCM_VesselDescriptors ANEURYSMAL
public static final EnumCM_VesselDescriptors DIFFUSE_DISEASE
public static final EnumCM_VesselDescriptors LUMINAL_IRREGULARITIES
public static final EnumCM_VesselDescriptors MUSCLE_BRIDGE
public static final EnumCM_VesselDescriptors STENOTIC
public static final EnumCM_VesselDescriptors ECTATIC
public static final EnumCM_VesselDescriptors CALCIFIED
public static final EnumCM_VesselDescriptors THROMBUS
public static final EnumCM_VesselDescriptors TORTUOUS
public static final EnumCM_VesselDescriptors STENTED
public static EnumCM_VesselDescriptors[] values()
for (EnumCM_VesselDescriptors c : EnumCM_VesselDescriptors.values()) System.out.println(c);
public static EnumCM_VesselDescriptors 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()