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