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