public enum NameFormatIndicator extends Enum<NameFormatIndicator>
Java class for NameFormatIndicator.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="NameFormatIndicator">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Abeam"/>
     <enumeration value="BearingDistance"/>
     <enumeration value="AirportName"/>
     <enumeration value="Fir"/>
     <enumeration value="PhoneticLetterName"/>
     <enumeration value="AirportIdent"/>
     <enumeration value="LatLong"/>
     <enumeration value="MultipleWord"/>
     <enumeration value="Navaid"/>
     <enumeration value="PublishedFiveLetterName"/>
     <enumeration value="PublishedLessThanFiveLetterName"/>
     <enumeration value="PublishedMoreThanFiveName"/>
     <enumeration value="AptRwyRelated"/>
     <enumeration value="Uir"/>
     <enumeration value="OfficialFiveLetter"/>
     <enumeration value="NoPublishedFiveLetter"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
ABEAM
Abeam a Fix 
 | 
AIRPORT_IDENT
Airport Ident as Fix 
 | 
AIRPORT_NAME
Airport Name as Fix 
 | 
APT_RWY_RELATED
Apt/Rwy Related Fix (Note 2) 
 | 
BEARING_DISTANCE
Bearing and Distance Fix 
 | 
FIR
FIR Fix 
 | 
LAT_LONG
Latitude/Longitude Fix 
 | 
MULTIPLE_WORD
Multiple Word as Fix 
 | 
NAVAID
Navaid Ident as Fix 
 | 
NO_PUBLISHED_FIVE_LETTER
Localizer Marker without official published five-letter identifier 
 | 
OFFICIAL_FIVE_LETTER
Localizer Marker with official published five-letter identifier 
 | 
PHONETIC_LETTER_NAME
Phonetic Letter Name Fix 
 | 
PUBLISHED_FIVE_LETTER_NAME
Published Five - Letter - Name Fix 
 | 
PUBLISHED_LESS_THAN_FIVE_LETTER_NAME
Published Name Fix, less than Five Letters 
 | 
PUBLISHED_MORE_THAN_FIVE_NAME
Published Name Fix, more than Five Letters 
 | 
UIR
UIR Fix 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NameFormatIndicator | 
fromValue(String v)  | 
String | 
value()  | 
static NameFormatIndicator | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static NameFormatIndicator[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final NameFormatIndicator ABEAM
public static final NameFormatIndicator BEARING_DISTANCE
public static final NameFormatIndicator AIRPORT_NAME
public static final NameFormatIndicator FIR
public static final NameFormatIndicator PHONETIC_LETTER_NAME
public static final NameFormatIndicator AIRPORT_IDENT
public static final NameFormatIndicator LAT_LONG
public static final NameFormatIndicator MULTIPLE_WORD
public static final NameFormatIndicator NAVAID
public static final NameFormatIndicator PUBLISHED_FIVE_LETTER_NAME
public static final NameFormatIndicator PUBLISHED_LESS_THAN_FIVE_LETTER_NAME
public static final NameFormatIndicator PUBLISHED_MORE_THAN_FIVE_NAME
public static final NameFormatIndicator APT_RWY_RELATED
public static final NameFormatIndicator UIR
public static final NameFormatIndicator OFFICIAL_FIVE_LETTER
public static final NameFormatIndicator NO_PUBLISHED_FIVE_LETTER
public static NameFormatIndicator[] values()
for (NameFormatIndicator c : NameFormatIndicator.values()) System.out.println(c);
public static NameFormatIndicator 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 NameFormatIndicator fromValue(String v)
Copyright © 2020. All rights reserved.