public enum LispCanonicalAddressFormatEnum extends Enum<LispCanonicalAddressFormatEnum>
| Enum Constant and Description |
|---|
APPLICATION_DATA |
AS |
GEO_COORDINATE |
LIST |
MULTICAST |
NAT |
NONCE |
SECURITY |
SEGMENT |
SOURCE_DEST |
TRAFFIC_ENGINEERING |
UNKNOWN |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
byte |
getLispCode()
Obtains lisp code value.
|
static LispCanonicalAddressFormatEnum |
valueOf(int lispCode)
Obtains the LCAF enum using given lisp code.
|
static LispCanonicalAddressFormatEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LispCanonicalAddressFormatEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LispCanonicalAddressFormatEnum UNKNOWN
public static final LispCanonicalAddressFormatEnum UNSPECIFIED
public static final LispCanonicalAddressFormatEnum LIST
public static final LispCanonicalAddressFormatEnum SEGMENT
public static final LispCanonicalAddressFormatEnum AS
public static final LispCanonicalAddressFormatEnum APPLICATION_DATA
public static final LispCanonicalAddressFormatEnum GEO_COORDINATE
public static final LispCanonicalAddressFormatEnum NAT
public static final LispCanonicalAddressFormatEnum NONCE
public static final LispCanonicalAddressFormatEnum MULTICAST
public static final LispCanonicalAddressFormatEnum TRAFFIC_ENGINEERING
public static final LispCanonicalAddressFormatEnum SECURITY
public static final LispCanonicalAddressFormatEnum SOURCE_DEST
public static LispCanonicalAddressFormatEnum[] values()
for (LispCanonicalAddressFormatEnum c : LispCanonicalAddressFormatEnum.values()) System.out.println(c);
public static LispCanonicalAddressFormatEnum 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 byte getLispCode()
public static LispCanonicalAddressFormatEnum valueOf(int lispCode)
lispCode - lisp code