public enum EnumCM_ColonCADCompositeFeatureBody extends java.lang.Enum<EnumCM_ColonCADCompositeFeatureBody>
| 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_ColonCADCompositeFeatureBody |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ColonCADCompositeFeatureBody[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ColonCADCompositeFeatureBody QUALITATIVE_DIFFERENCE
public static final EnumCM_ColonCADCompositeFeatureBody COMPOSITE_TYPE
public static final EnumCM_ColonCADCompositeFeatureBody SCOPE_OF_FEATURE
public static final EnumCM_ColonCADCompositeFeatureBody CERTAINTY_OF_FEATURE
public static final EnumCM_ColonCADCompositeFeatureBody DESCRIPTION_OF_CHANGE
public static EnumCM_ColonCADCompositeFeatureBody[] values()
for (EnumCM_ColonCADCompositeFeatureBody c : EnumCM_ColonCADCompositeFeatureBody.values()) System.out.println(c);
public static EnumCM_ColonCADCompositeFeatureBody 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()