public enum FIRUIRATCReportingUnitsAltitude extends Enum<FIRUIRATCReportingUnitsAltitude>
Java class for FIRUIRATCReportingUnitsAltitude.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="FIRUIRATCReportingUnitsAltitude">
   <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
     <enumeration value="0"/>
     <enumeration value="1"/>
     <enumeration value="2"/>
     <enumeration value="3"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| VALUE_1Not specified | 
| VALUE_2ALT in Flight Level | 
| VALUE_3ALT in Meters | 
| VALUE_4TAS in Feet | 
| Modifier and Type | Method and Description | 
|---|---|
| static FIRUIRATCReportingUnitsAltitude | fromValue(long v) | 
| long | value() | 
| static FIRUIRATCReportingUnitsAltitude | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static FIRUIRATCReportingUnitsAltitude[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final FIRUIRATCReportingUnitsAltitude VALUE_1
public static final FIRUIRATCReportingUnitsAltitude VALUE_2
public static final FIRUIRATCReportingUnitsAltitude VALUE_3
public static final FIRUIRATCReportingUnitsAltitude VALUE_4
public static FIRUIRATCReportingUnitsAltitude[] values()
for (FIRUIRATCReportingUnitsAltitude c : FIRUIRATCReportingUnitsAltitude.values()) System.out.println(c);
public static FIRUIRATCReportingUnitsAltitude 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 long value()
public static FIRUIRATCReportingUnitsAltitude fromValue(long v)
Copyright © 2017. All rights reserved.