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