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