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