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