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