faa.tg.aidl
Enum Specifier

java.lang.Object
  extended by java.lang.Enum<Specifier>
      extended by faa.tg.aidl.Specifier
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Specifier>

public enum Specifier
extends java.lang.Enum<Specifier>

This class contains a list of instruction specifiers See the source Specifier.java

Version:
$Id: Specifier.java,v 1.4 2008/06/03 19:19:28 samf Exp $
Author:
Sam Fullerton, L-3 Titan

Enum Constant Summary
ABS
           
AER_BA
           
AER_PA
           
AERMAG
           
AERTRUE
           
AF
           
CAS
           
CT_TC
           
CT_TP
           
DISTANCE
           
EAS
           
ESF
           
GA
           
GEO_GA
           
GEO_GPA
           
GEO_VS
           
GEOMAG
           
GEOTRUE
           
HIDL
           
HL
           
HS
           
IAS
           
LG
           
LIDL
           
MACH
           
MCMB
           
MCNT
           
MCRZ
           
MTKF
           
NONE
           
PRE
           
ROC
           
SB
           
TAS
           
THRO
           
TIME
           
 
Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
private  java.lang.String description
           
(package private) static long serialVersionUID
           
private  java.lang.String specifier
           
 
Method Summary
static Specifier getSpecifier(java.lang.String name)
          Get specifier with given name
 java.lang.String toString()
          Returns a string representation of this object
static Specifier valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Specifier[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

TIME

public static final Specifier TIME

DISTANCE

public static final Specifier DISTANCE

NONE

public static final Specifier NONE

ABS

public static final Specifier ABS

AER_BA

public static final Specifier AER_BA

AER_PA

public static final Specifier AER_PA

AERMAG

public static final Specifier AERMAG

AERTRUE

public static final Specifier AERTRUE

AF

public static final Specifier AF

CAS

public static final Specifier CAS

CT_TC

public static final Specifier CT_TC

CT_TP

public static final Specifier CT_TP

EAS

public static final Specifier EAS

ESF

public static final Specifier ESF

GA

public static final Specifier GA

GEO_GA

public static final Specifier GEO_GA

GEO_GPA

public static final Specifier GEO_GPA

GEO_VS

public static final Specifier GEO_VS

GEOMAG

public static final Specifier GEOMAG

GEOTRUE

public static final Specifier GEOTRUE

HIDL

public static final Specifier HIDL

HL

public static final Specifier HL

HS

public static final Specifier HS

IAS

public static final Specifier IAS

LG

public static final Specifier LG

LIDL

public static final Specifier LIDL

MACH

public static final Specifier MACH

MCMB

public static final Specifier MCMB

MCNT

public static final Specifier MCNT

MCRZ

public static final Specifier MCRZ

MTKF

public static final Specifier MTKF

PRE

public static final Specifier PRE

ROC

public static final Specifier ROC

SB

public static final Specifier SB

TAS

public static final Specifier TAS

THRO

public static final Specifier THRO
Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values

specifier

private java.lang.String specifier

description

private java.lang.String description
Method Detail

values

public static Specifier[] 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 (Specifier c : Specifier.values())
    System.out.println(c);

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

valueOf

public static Specifier valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

toString

public java.lang.String toString()
Returns a string representation of this object

Overrides:
toString in class java.lang.Enum<Specifier>

getSpecifier

public static Specifier getSpecifier(java.lang.String name)
Get specifier with given name

Parameters:
name - - the name of the specifier to look for
Returns:
the specifier with the given name or null if unable to determine