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