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}unsignedInt">
<totalDigits value="2"/>
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="14"/>
<enumeration value="15"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
VALUE_1
WAAS
|
VALUE_2
EGNOS
|
VALUE_3
MSAS
|
VALUE_4
Not intended for SBAS
|
VALUE_5
Any Service provider may be used
|
| Modifier and Type | Method and Description |
|---|---|
static SBASServiceProviderIdentifier |
fromValue(long v) |
long |
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 long value()
public static SBASServiceProviderIdentifier fromValue(long v)
Copyright © 2017. All rights reserved.