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