public enum GnssFmsIndicator extends Enum<GnssFmsIndicator>
Java class for GnssFmsIndicator.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="GnssFmsIndicator">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="GnssFmsOverlayAuthNotPublished"/>
     <enumeration value="GnssOverlayAuthNavaidOperatingAndMonitored"/>
     <enumeration value="GnssOverlayAuthNoMonitorNavaidAuth"/>
     <enumeration value="GnssOverlayTitleIncludesGpsOrGnss"/>
     <enumeration value="FmsOverlayAuthorized"/>
     <enumeration value="SbasVerticalAuthorized"/>
     <enumeration value="SbasVerticalNotAuthorized"/>
     <enumeration value="SbasVerticalNotPublished"/>
     <enumeration value="StandAloneGNSS"/>
     <enumeration value="SbasVerticalNA"/>
     <enumeration value="OverlayAuthNotPublished"/>
     <enumeration value="PbnRnpGps"/>
     <enumeration value="LocOnlyIls"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| FMS_OVERLAY_AUTHORIZEDProcedure Authorized for FMS Overlay | 
| GNSS_FMS_OVERLAY_AUTH_NOT_PUBLISHEDProcedure Not Authorized for GNSS or FMS Overlay ? Authorization not published. | 
| GNSS_OVERLAY_AUTH_NAVAID_OPERATING_AND_MONITOREDProcedure Authorized for GNSS Overlay, primary Navaids operating and monitored. | 
| GNSS_OVERLAY_AUTH_NO_MONITOR_NAVAID_AUTHProcedure Authorized for GNSS Overlay, primary Navaids installed, not monitored Authorization is published. | 
| GNSS_OVERLAY_TITLE_INCLUDES_GPS_OR_GNSSProcedure Authorized for GNSS Overlay, Procedure Title includes GPS or GNSS | 
| LOC_ONLY_ILSLocalizer only coding portion of ILS. | 
| OVERLAY_AUTH_NOT_PUBLISHEDProcedure Overlay Authorization not published | 
| PBN_RNP_GPSPBN RNP Approach provide as GPS. | 
| SBAS_VERTICAL_AUTHORIZEDRNAV (GPS), RNAV (RNP) or RNAV (GNSS) Procedure SBAS use authorized; SBAS-based vertical navigation authorized | 
| SBAS_VERTICAL_NARNAV (GPS) RNAV (RNP), or RNAV (GNSS) Procedure within the SBAS operational footprint, but SBAS-based vertical navigation NOT Authorized | 
| SBAS_VERTICAL_NOT_AUTHORIZEDRNAV (GPS), RNAV (RNP), RNAV (GNSS) or RNAV Visual Procedure, SBAS-based vertical navigation NOT Authorized | 
| SBAS_VERTICAL_NOT_PUBLISHEDRNAV (GPS) RNAV (RNP), or RNAV (GNSS) Procedure, SBAS-based vertical navigation use not published | 
| STAND_ALONE_GNSSStand Alone GNSS Procedure | 
| Modifier and Type | Method and Description | 
|---|---|
| static GnssFmsIndicator | fromValue(String v) | 
| String | value() | 
| static GnssFmsIndicator | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static GnssFmsIndicator[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final GnssFmsIndicator GNSS_FMS_OVERLAY_AUTH_NOT_PUBLISHED
public static final GnssFmsIndicator GNSS_OVERLAY_AUTH_NAVAID_OPERATING_AND_MONITORED
public static final GnssFmsIndicator GNSS_OVERLAY_AUTH_NO_MONITOR_NAVAID_AUTH
public static final GnssFmsIndicator GNSS_OVERLAY_TITLE_INCLUDES_GPS_OR_GNSS
public static final GnssFmsIndicator FMS_OVERLAY_AUTHORIZED
public static final GnssFmsIndicator SBAS_VERTICAL_AUTHORIZED
public static final GnssFmsIndicator SBAS_VERTICAL_NOT_AUTHORIZED
public static final GnssFmsIndicator SBAS_VERTICAL_NOT_PUBLISHED
public static final GnssFmsIndicator STAND_ALONE_GNSS
public static final GnssFmsIndicator SBAS_VERTICAL_NA
public static final GnssFmsIndicator OVERLAY_AUTH_NOT_PUBLISHED
public static final GnssFmsIndicator PBN_RNP_GPS
public static final GnssFmsIndicator LOC_ONLY_ILS
public static GnssFmsIndicator[] values()
for (GnssFmsIndicator c : GnssFmsIndicator.values()) System.out.println(c);
public static GnssFmsIndicator 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 GnssFmsIndicator fromValue(String v)
Copyright © 2020. All rights reserved.