Enum PolarisationModeValueEnumerationType

  • All Implemented Interfaces:
    Serializable, Comparable<PolarisationModeValueEnumerationType>

    public enum PolarisationModeValueEnumerationType
    extends Enum<PolarisationModeValueEnumerationType>

    Java class for PolarisationModeValueEnumerationType.

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

     <simpleType name="PolarisationModeValueEnumerationType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="UNDEFINED"/>
         <enumeration value="T"/>
         <enumeration value="S"/>
         <enumeration value="D"/>
         <enumeration value="Q"/>
       </restriction>
     </simpleType>