public enum LocalControlHeader extends Enum<LocalControlHeader>
Enum Constant and Description |
---|
CACHING_POLICY |
INCOMING_FACE_ID |
NEXT_HOP_FACE_ID |
Modifier and Type | Method and Description |
---|---|
int |
getNumericValue() |
static LocalControlHeader |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalControlHeader[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalControlHeader INCOMING_FACE_ID
public static final LocalControlHeader NEXT_HOP_FACE_ID
public static final LocalControlHeader CACHING_POLICY
public static LocalControlHeader[] values()
for (LocalControlHeader c : LocalControlHeader.values()) System.out.println(c);
public static LocalControlHeader 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 final int getNumericValue()
Copyright © 2015. All rights reserved.