public enum SbasServiceProviderIdentifier extends Enum<SbasServiceProviderIdentifier>
Java class for SbasServiceProviderIdentifier.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="SbasServiceProviderIdentifier">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="0"/>
     <enumeration value="1"/>
     <enumeration value="2"/>
     <enumeration value="14"/>
     <enumeration value="15"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| VALUE_1WAAS | 
| VALUE_2EGNOS | 
| VALUE_3MSAS | 
| VALUE_4Not intended for SBAS | 
| VALUE_5Any Service provider may be used | 
| Modifier and Type | Method and Description | 
|---|---|
| static SbasServiceProviderIdentifier | fromValue(String v) | 
| String | value() | 
| static SbasServiceProviderIdentifier | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SbasServiceProviderIdentifier[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SbasServiceProviderIdentifier VALUE_1
public static final SbasServiceProviderIdentifier VALUE_2
public static final SbasServiceProviderIdentifier VALUE_3
public static final SbasServiceProviderIdentifier VALUE_4
public static final SbasServiceProviderIdentifier VALUE_5
public static SbasServiceProviderIdentifier[] values()
for (SbasServiceProviderIdentifier c : SbasServiceProviderIdentifier.values()) System.out.println(c);
public static SbasServiceProviderIdentifier 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 SbasServiceProviderIdentifier fromValue(String v)
Copyright © 2020. All rights reserved.