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