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