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