Enum SensorTypeValueEnumerationType

  • All Implemented Interfaces:
    Serializable, Comparable<SensorTypeValueEnumerationType>

    public enum SensorTypeValueEnumerationType
    extends Enum<SensorTypeValueEnumerationType>

    Java class for SensorTypeValueEnumerationType.

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

     <simpleType name="SensorTypeValueEnumerationType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="LIMB"/>
         <enumeration value="RADAR"/>
         <enumeration value="OPTICAL"/>
         <enumeration value="ALTIMETRIC"/>
         <enumeration value="ATMOSPHERIC"/>
       </restriction>
     </simpleType>