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 and Description |
|---|
HH |
HH_HV |
HH_VH |
HH_VV |
HV |
HV_VH |
UNDEFINED |
VH |
VH_HV |
VH_VV |
VV |
VV_HV |
VV_VH |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final PolarisationChannelsValueEnumerationType HH
public static final PolarisationChannelsValueEnumerationType HV
public static final PolarisationChannelsValueEnumerationType UNDEFINED
public static final PolarisationChannelsValueEnumerationType HV_VH
public static final PolarisationChannelsValueEnumerationType VV_VH
public static final PolarisationChannelsValueEnumerationType VV_HV
public static final PolarisationChannelsValueEnumerationType VH_HV
public static final PolarisationChannelsValueEnumerationType VH_VV
public static final PolarisationChannelsValueEnumerationType HH_HV
public static final PolarisationChannelsValueEnumerationType HH_VH
public static final PolarisationChannelsValueEnumerationType HH_VV
public static final PolarisationChannelsValueEnumerationType VH
public static final PolarisationChannelsValueEnumerationType VV
public static PolarisationChannelsValueEnumerationType[] values()
for (PolarisationChannelsValueEnumerationType c : PolarisationChannelsValueEnumerationType.values()) System.out.println(c);
public static PolarisationChannelsValueEnumerationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static PolarisationChannelsValueEnumerationType fromValue(String v)
Copyright © 2008–2023. All rights reserved.