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