public enum EnumCM_AnalyzedSegmentTemplate extends java.lang.Enum<EnumCM_AnalyzedSegmentTemplate>
| Enum Constant and Description |
|---|
CATHETERIZATION_PROCEDURE_PHASE |
DIAMETER_GRAPH |
FINDING_SITE |
FINDINGS |
GRAPH_INCREMENT |
LEFT_CONTOUR |
RIGHT_CONTOUR |
SITE_OF_LUMINAL_MAXIMUM |
SITE_OF_LUMINAL_MINIMUM |
SOURCE_OF_MEASUREMENTS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_AnalyzedSegmentTemplate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_AnalyzedSegmentTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_AnalyzedSegmentTemplate FINDINGS
public static final EnumCM_AnalyzedSegmentTemplate FINDING_SITE
public static final EnumCM_AnalyzedSegmentTemplate SOURCE_OF_MEASUREMENTS
public static final EnumCM_AnalyzedSegmentTemplate LEFT_CONTOUR
public static final EnumCM_AnalyzedSegmentTemplate RIGHT_CONTOUR
public static final EnumCM_AnalyzedSegmentTemplate DIAMETER_GRAPH
public static final EnumCM_AnalyzedSegmentTemplate GRAPH_INCREMENT
public static final EnumCM_AnalyzedSegmentTemplate SITE_OF_LUMINAL_MINIMUM
public static final EnumCM_AnalyzedSegmentTemplate SITE_OF_LUMINAL_MAXIMUM
public static final EnumCM_AnalyzedSegmentTemplate CATHETERIZATION_PROCEDURE_PHASE
public static EnumCM_AnalyzedSegmentTemplate[] values()
for (EnumCM_AnalyzedSegmentTemplate c : EnumCM_AnalyzedSegmentTemplate.values()) System.out.println(c);
public static EnumCM_AnalyzedSegmentTemplate 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()