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