Class CompassPointEnumeration.Enum

  • All Implemented Interfaces:
    Serializable
    Enclosing interface:
    CompassPointEnumeration

    public static final class CompassPointEnumeration.Enum
    extends org.apache.xmlbeans.StringEnumAbstractBase
    Enumeration value class for net.opengis.gml.x32.CompassPointEnumeration. 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_N
     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
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.xmlbeans.StringEnumAbstractBase

        org.apache.xmlbeans.StringEnumAbstractBase.Table
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static int INT_E  
      (package private) static int INT_ENE  
      (package private) static int INT_ESE  
      (package private) static int INT_N  
      (package private) static int INT_NE  
      (package private) static int INT_NNE  
      (package private) static int INT_NNW  
      (package private) static int INT_NW  
      (package private) static int INT_S  
      (package private) static int INT_SE  
      (package private) static int INT_SSE  
      (package private) static int INT_SSW  
      (package private) static int INT_SW  
      (package private) static int INT_W  
      (package private) static int INT_WNW  
      (package private) static int INT_WSW  
      static org.apache.xmlbeans.StringEnumAbstractBase.Table table