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