public enum RnpPbnNavSpec extends Enum<RnpPbnNavSpec>
Java class for RnpPbnNavSpec.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RnpPbnNavSpec">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Rnp2"/>
<enumeration value="Rnp1"/>
<enumeration value="RnpAr"/>
<enumeration value="AdvRnp"/>
<enumeration value="Rnp0_3"/>
<enumeration value="PbnUnspecified"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ADV_RNP |
PBN_UNSPECIFIED |
RNP_0_3 |
RNP_1 |
RNP_2 |
RNP_AR |
| Modifier and Type | Method and Description |
|---|---|
static RnpPbnNavSpec |
fromValue(String v) |
String |
value() |
static RnpPbnNavSpec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RnpPbnNavSpec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RnpPbnNavSpec RNP_2
public static final RnpPbnNavSpec RNP_1
public static final RnpPbnNavSpec RNP_AR
public static final RnpPbnNavSpec ADV_RNP
public static final RnpPbnNavSpec RNP_0_3
public static final RnpPbnNavSpec PBN_UNSPECIFIED
public static RnpPbnNavSpec[] values()
for (RnpPbnNavSpec c : RnpPbnNavSpec.values()) System.out.println(c);
public static RnpPbnNavSpec 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 RnpPbnNavSpec fromValue(String v)
Copyright © 2017. All rights reserved.