Enum TpegLoc04HeightTypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<TpegLoc04HeightTypeEnum>

    public enum TpegLoc04HeightTypeEnum
    extends Enum<TpegLoc04HeightTypeEnum>

    Java class for TpegLoc04HeightTypeEnum.

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

     <simpleType name="TpegLoc04HeightTypeEnum">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="above"/>
         <enumeration value="aboveSeaLevel"/>
         <enumeration value="aboveStreetLevel"/>
         <enumeration value="at"/>
         <enumeration value="atSeaLevel"/>
         <enumeration value="atStreetLevel"/>
         <enumeration value="below"/>
         <enumeration value="belowSeaLevel"/>
         <enumeration value="belowStreetLevel"/>
         <enumeration value="undefined"/>
         <enumeration value="unknown"/>
         <enumeration value="other"/>
       </restriction>
     </simpleType>