public enum OFControllerStatusReason extends Enum<OFControllerStatusReason>
Enum Constant and Description |
---|
CHANNEL_STATUS |
CONTROLLER_ADDED |
CONTROLLER_REMOVED |
EXPERIMENTER |
REQUEST |
ROLE |
SHORT_ID |
Modifier and Type | Method and Description |
---|---|
static OFControllerStatusReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFControllerStatusReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFControllerStatusReason REQUEST
public static final OFControllerStatusReason CHANNEL_STATUS
public static final OFControllerStatusReason ROLE
public static final OFControllerStatusReason CONTROLLER_ADDED
public static final OFControllerStatusReason CONTROLLER_REMOVED
public static final OFControllerStatusReason SHORT_ID
public static final OFControllerStatusReason EXPERIMENTER
public static OFControllerStatusReason[] values()
for (OFControllerStatusReason c : OFControllerStatusReason.values()) System.out.println(c);
public static OFControllerStatusReason 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.