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