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