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