public enum ExperimenterId extends Enum<ExperimenterId>
See the ONF Registry.
| Enum Constant and Description |
|---|
BIG_SWITCH
Big Switch Networks.
|
BUDAPEST_U
Budapest University of Technology and Economics.
|
H3C
H3C.
|
HP_LABS
H3C Labs.
|
NICIRA
Nicira Networks.
|
VELLO
Vello Systems.
|
| Modifier and Type | Method and Description |
|---|---|
static ExperimenterId |
decode(int code)
Returns the experimenter ID for the given coded value; or null if
not defined.
|
int |
encodedId()
Returns the ID encoded as an int.
|
static String |
idToString(int code)
Returns an experimenter id as a hex-encoded string.
|
static ExperimenterId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperimenterId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExperimenterId NICIRA
public static final ExperimenterId BIG_SWITCH
public static final ExperimenterId VELLO
public static final ExperimenterId H3C
public static final ExperimenterId HP_LABS
public static final ExperimenterId BUDAPEST_U
public static ExperimenterId[] values()
for (ExperimenterId c : ExperimenterId.values()) System.out.println(c);
public static ExperimenterId 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 int encodedId()
public static ExperimenterId decode(int code)
code - the encoded IDpublic static String idToString(int code)
code - the encoded IDCopyright © 2014. All Rights Reserved.