public enum ILSDMELocation extends Enum<ILSDMELocation>
Java class for ILSDMELocation.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="ILSDMELocation">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="NotCollocated"/>
     <enumeration value="CollocatedLocalizer"/>
     <enumeration value="CollocatedGlideSlope"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| COLLOCATED_GLIDE_SLOPECollocated with Glide Slope | 
| COLLOCATED_LOCALIZERCollocated with localizer | 
| NOT_COLLOCATEDNot collocated with Localizer or Glide Slope | 
| Modifier and Type | Method and Description | 
|---|---|
| static ILSDMELocation | fromValue(String v) | 
| String | value() | 
| static ILSDMELocation | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ILSDMELocation[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ILSDMELocation NOT_COLLOCATED
public static final ILSDMELocation COLLOCATED_LOCALIZER
public static final ILSDMELocation COLLOCATED_GLIDE_SLOPE
public static ILSDMELocation[] values()
for (ILSDMELocation c : ILSDMELocation.values()) System.out.println(c);
public static ILSDMELocation 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 ILSDMELocation fromValue(String v)
Copyright © 2017. All rights reserved.