Package net.opengis.gml
Class AesheticCriteriaType.Enum
- java.lang.Object
-
- org.apache.xmlbeans.StringEnumAbstractBase
-
- net.opengis.gml.AesheticCriteriaType.Enum
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- AesheticCriteriaType
public static final class AesheticCriteriaType.Enum extends org.apache.xmlbeans.StringEnumAbstractBaseEnumeration value class for net.opengis.gml.AesheticCriteriaType. These enum values can be used as follows:enum.toString(); // returns the string value of the enum enum.intValue(); // returns an int value, useful for switches // e.g., case Enum.INT_MIN_CROSSINGS Enum.forString(s); // returns the enum value for a string Enum.forInt(i); // returns the enum value for an int
Enumeration objects are immutable singleton objects that can be compared using == object equality. They have no public constructor. See the constants defined within this class for all the valid values.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intINT_MAX_ANGULAR_RESOLUTION(package private) static intINT_MAX_BENDS(package private) static intINT_MAX_EDGE_LENGTH(package private) static intINT_MAX_SYMMETRIES(package private) static intINT_MIN_AREA(package private) static intINT_MIN_ASPECT_RATIO(package private) static intINT_MIN_BENDS(package private) static intINT_MIN_CROSSINGS(package private) static intINT_MIN_EDGE_LENGTH(package private) static intINT_MIN_SLOPES(package private) static intINT_UNIFORM_BENDS(package private) static intINT_UNIFORM_EDGE_LENGTHstatic org.apache.xmlbeans.StringEnumAbstractBase.Tabletable
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AesheticCriteriaType.EnumforInt(int i)Returns the enum value corresponding to an int, or null if none.static AesheticCriteriaType.EnumforString(String s)Returns the enum value for a string, or null if none.
-
-
-
Field Detail
-
INT_MIN_CROSSINGS
static final int INT_MIN_CROSSINGS
- See Also:
- Constant Field Values
-
INT_MIN_AREA
static final int INT_MIN_AREA
- See Also:
- Constant Field Values
-
INT_MIN_BENDS
static final int INT_MIN_BENDS
- See Also:
- Constant Field Values
-
INT_MAX_BENDS
static final int INT_MAX_BENDS
- See Also:
- Constant Field Values
-
INT_UNIFORM_BENDS
static final int INT_UNIFORM_BENDS
- See Also:
- Constant Field Values
-
INT_MIN_SLOPES
static final int INT_MIN_SLOPES
- See Also:
- Constant Field Values
-
INT_MIN_EDGE_LENGTH
static final int INT_MIN_EDGE_LENGTH
- See Also:
- Constant Field Values
-
INT_MAX_EDGE_LENGTH
static final int INT_MAX_EDGE_LENGTH
- See Also:
- Constant Field Values
-
INT_UNIFORM_EDGE_LENGTH
static final int INT_UNIFORM_EDGE_LENGTH
- See Also:
- Constant Field Values
-
INT_MAX_ANGULAR_RESOLUTION
static final int INT_MAX_ANGULAR_RESOLUTION
- See Also:
- Constant Field Values
-
INT_MIN_ASPECT_RATIO
static final int INT_MIN_ASPECT_RATIO
- See Also:
- Constant Field Values
-
INT_MAX_SYMMETRIES
static final int INT_MAX_SYMMETRIES
- See Also:
- Constant Field Values
-
table
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table
-
-
Method Detail
-
forString
public static AesheticCriteriaType.Enum forString(String s)
Returns the enum value for a string, or null if none.
-
forInt
public static AesheticCriteriaType.Enum forInt(int i)
Returns the enum value corresponding to an int, or null if none.
-
-