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