Enum PolarisationChannelsValueEnumerationType

  • All Implemented Interfaces:
    Serializable, Comparable<PolarisationChannelsValueEnumerationType>

    public enum PolarisationChannelsValueEnumerationType
    extends Enum<PolarisationChannelsValueEnumerationType>

    Java class for PolarisationChannelsValueEnumerationType.

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

     <simpleType name="PolarisationChannelsValueEnumerationType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="HH"/>
         <enumeration value="HV"/>
         <enumeration value="UNDEFINED"/>
         <enumeration value="HV, VH"/>
         <enumeration value="VV, VH"/>
         <enumeration value="VV, HV"/>
         <enumeration value="VH, HV"/>
         <enumeration value="VH, VV"/>
         <enumeration value="HH, HV"/>
         <enumeration value="HH, VH"/>
         <enumeration value="HH, VV"/>
         <enumeration value="VH"/>
         <enumeration value="VV"/>
       </restriction>
     </simpleType>