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