Enum AuxiliaryInstrumentTypeValueEnumerationType

  • All Implemented Interfaces:
    Serializable, Comparable<AuxiliaryInstrumentTypeValueEnumerationType>

    public enum AuxiliaryInstrumentTypeValueEnumerationType
    extends Enum<AuxiliaryInstrumentTypeValueEnumerationType>

    Java class for AuxiliaryInstrumentTypeValueEnumerationType.

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

     <simpleType name="AuxiliaryInstrumentTypeValueEnumerationType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="OTHER"/>
         <enumeration value="MICROWAVE_RADIOMETER"/>
         <enumeration value="LASER"/>
         <enumeration value="DOPPLER"/>
         <enumeration value="GPS"/>
       </restriction>
     </simpleType>