public enum EnumCV_CADGeometrySecondaryGraphicalRepresentation extends java.lang.Enum<EnumCV_CADGeometrySecondaryGraphicalRepresentation>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_CADGeometrySecondaryGraphicalRepresentation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_CADGeometrySecondaryGraphicalRepresentation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_CADGeometrySecondaryGraphicalRepresentation OUTLINE_OF_LOBULATIONS_113661
public static final EnumCV_CADGeometrySecondaryGraphicalRepresentation INNER_LIMITS_OF_FUZZY_MARGIN_113662
public static final EnumCV_CADGeometrySecondaryGraphicalRepresentation OUTER_LIMITS_OF_FUZZY_MARGIN_113663
public static final EnumCV_CADGeometrySecondaryGraphicalRepresentation OUTLINE_OF_SPICULATIONS_113664
public static final EnumCV_CADGeometrySecondaryGraphicalRepresentation LINEAR_SPICULATION_113665
public static final EnumCV_CADGeometrySecondaryGraphicalRepresentation PIXELATED_SPICULATIONS_113666
public static final EnumCV_CADGeometrySecondaryGraphicalRepresentation LONG_AXIS_G_A185
public static final EnumCV_CADGeometrySecondaryGraphicalRepresentation SHORT_AXIS_G_A186
public static final EnumCV_CADGeometrySecondaryGraphicalRepresentation ORTHOGONAL_LOCATION_ARC_113669
public static final EnumCV_CADGeometrySecondaryGraphicalRepresentation ORTHOGONAL_LOCATION_ARC_INNER_MARGIN_113670
public static final EnumCV_CADGeometrySecondaryGraphicalRepresentation ORTHOGONAL_LOCATION_ARC_OUTER_MARGIN_113671
public static EnumCV_CADGeometrySecondaryGraphicalRepresentation[] values()
for (EnumCV_CADGeometrySecondaryGraphicalRepresentation c : EnumCV_CADGeometrySecondaryGraphicalRepresentation.values()) System.out.println(c);
public static EnumCV_CADGeometrySecondaryGraphicalRepresentation 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()