public enum MagneticVariationEWT extends Enum<MagneticVariationEWT>
Java class for MagneticVariationEWT.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="MagneticVariationEWT">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="E"/>
     <enumeration value="W"/>
     <enumeration value="T"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| EMagnetic variation is East of TRUE North | 
| TThe element defined in the current record is provided TRUE. | 
| WMagnetic variation is West of TRUE North | 
| Modifier and Type | Method and Description | 
|---|---|
| static MagneticVariationEWT | fromValue(String v) | 
| String | value() | 
| static MagneticVariationEWT | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MagneticVariationEWT[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MagneticVariationEWT E
public static final MagneticVariationEWT W
public static final MagneticVariationEWT T
public static MagneticVariationEWT[] values()
for (MagneticVariationEWT c : MagneticVariationEWT.values()) System.out.println(c);
public static MagneticVariationEWT 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 MagneticVariationEWT fromValue(String v)
Copyright © 2017. All rights reserved.