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