Enum DirectionCompassEnum

  • All Implemented Interfaces:
    Serializable, Comparable<DirectionCompassEnum>

    public enum DirectionCompassEnum
    extends Enum<DirectionCompassEnum>

    Java class for DirectionCompassEnum.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="DirectionCompassEnum">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="east"/>
         <enumeration value="eastNorthEast"/>
         <enumeration value="eastSouthEast"/>
         <enumeration value="north"/>
         <enumeration value="northEast"/>
         <enumeration value="northNorthEast"/>
         <enumeration value="northNorthWest"/>
         <enumeration value="northWest"/>
         <enumeration value="south"/>
         <enumeration value="southEast"/>
         <enumeration value="southSouthEast"/>
         <enumeration value="southSouthWest"/>
         <enumeration value="southWest"/>
         <enumeration value="west"/>
         <enumeration value="westNorthWest"/>
         <enumeration value="westSouthWest"/>
       </restriction>
     </simpleType>