public enum FIRUIRATCReportingUnitsSpeed extends Enum<FIRUIRATCReportingUnitsSpeed>
Java class for FIRUIRATCReportingUnitsSpeed.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="FIRUIRATCReportingUnitsSpeed">
   <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_2TAS in Knots | 
| VALUE_3TAS in Mach | 
| VALUE_4TAS in Kilometers/hr | 
| Modifier and Type | Method and Description | 
|---|---|
| static FIRUIRATCReportingUnitsSpeed | fromValue(long v) | 
| long | value() | 
| static FIRUIRATCReportingUnitsSpeed | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static FIRUIRATCReportingUnitsSpeed[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final FIRUIRATCReportingUnitsSpeed VALUE_1
public static final FIRUIRATCReportingUnitsSpeed VALUE_2
public static final FIRUIRATCReportingUnitsSpeed VALUE_3
public static final FIRUIRATCReportingUnitsSpeed VALUE_4
public static FIRUIRATCReportingUnitsSpeed[] values()
for (FIRUIRATCReportingUnitsSpeed c : FIRUIRATCReportingUnitsSpeed.values()) System.out.println(c);
public static FIRUIRATCReportingUnitsSpeed 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 FIRUIRATCReportingUnitsSpeed fromValue(long v)
Copyright © 2017. All rights reserved.