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