net.opengis.omeo.sar.v_2_0
Enum PolarisationChannelsValueEnumerationType

java.lang.Object
  extended by java.lang.Enum<PolarisationChannelsValueEnumerationType>
      extended by net.opengis.omeo.sar.v_2_0.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>
 


Enum Constant Summary
HH
           
HH_HV
           
HH_VH
           
HH_VV
           
HV
           
HV_VH
           
UNDEFINED
           
VH
           
VH_HV
           
VH_VV
           
VV
           
VV_HV
           
VV_VH
           
 
Method Summary
static PolarisationChannelsValueEnumerationType fromValue(String v)
           
 String value()
           
static PolarisationChannelsValueEnumerationType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PolarisationChannelsValueEnumerationType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

HH

public static final PolarisationChannelsValueEnumerationType HH

HV

public static final PolarisationChannelsValueEnumerationType HV

UNDEFINED

public static final PolarisationChannelsValueEnumerationType UNDEFINED

HV_VH

public static final PolarisationChannelsValueEnumerationType HV_VH

VV_VH

public static final PolarisationChannelsValueEnumerationType VV_VH

VV_HV

public static final PolarisationChannelsValueEnumerationType VV_HV

VH_HV

public static final PolarisationChannelsValueEnumerationType VH_HV

VH_VV

public static final PolarisationChannelsValueEnumerationType VH_VV

HH_HV

public static final PolarisationChannelsValueEnumerationType HH_HV

HH_VH

public static final PolarisationChannelsValueEnumerationType HH_VH

HH_VV

public static final PolarisationChannelsValueEnumerationType HH_VV

VH

public static final PolarisationChannelsValueEnumerationType VH

VV

public static final PolarisationChannelsValueEnumerationType VV
Method Detail

values

public static PolarisationChannelsValueEnumerationType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PolarisationChannelsValueEnumerationType c : PolarisationChannelsValueEnumerationType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PolarisationChannelsValueEnumerationType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static PolarisationChannelsValueEnumerationType fromValue(String v)


Copyright © 2008-2016. All Rights Reserved.