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