public static enum Mep.FngAddressType extends java.lang.Enum<Mep.FngAddressType>
Mep.FngAddress| Enum Constant and Description |
|---|
IPV4 |
IPV6 |
NOT_SPECIFIED |
NOT_TRANSMITTED |
| Modifier and Type | Method and Description |
|---|---|
static Mep.FngAddressType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mep.FngAddressType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mep.FngAddressType IPV4
public static final Mep.FngAddressType IPV6
public static final Mep.FngAddressType NOT_SPECIFIED
public static final Mep.FngAddressType NOT_TRANSMITTED
public static Mep.FngAddressType[] values()
for (Mep.FngAddressType c : Mep.FngAddressType.values()) System.out.println(c);
public static Mep.FngAddressType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null