Enum TPEGLoc02DirectionTypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<TPEGLoc02DirectionTypeEnum>

    public enum TPEGLoc02DirectionTypeEnum
    extends Enum<TPEGLoc02DirectionTypeEnum>

    Java class for TPEGLoc02DirectionTypeEnum.

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

     <simpleType name="TPEGLoc02DirectionTypeEnum">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="allDirections"/>
         <enumeration value="anticlockwise"/>
         <enumeration value="bothWays"/>
         <enumeration value="clockwise"/>
         <enumeration value="eastBound"/>
         <enumeration value="innerRing"/>
         <enumeration value="northBound"/>
         <enumeration value="northEastBound"/>
         <enumeration value="northWestBound"/>
         <enumeration value="opposite"/>
         <enumeration value="outerRing"/>
         <enumeration value="southBound"/>
         <enumeration value="southEastBound"/>
         <enumeration value="southWestBound"/>
         <enumeration value="westBound"/>
         <enumeration value="unknown"/>
         <enumeration value="other"/>
       </restriction>
     </simpleType>