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