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