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