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