public static enum BufferProvider.BufferAvailabilityRegistration extends Enum<BufferProvider.BufferAvailabilityRegistration>
| Enum Constant and Description |
|---|
FAILED_BUFFER_AVAILABLE |
FAILED_BUFFER_POOL_DESTROYED |
SUCCEEDED_REGISTERED |
| Modifier and Type | Method and Description |
|---|---|
static BufferProvider.BufferAvailabilityRegistration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferProvider.BufferAvailabilityRegistration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BufferProvider.BufferAvailabilityRegistration SUCCEEDED_REGISTERED
public static final BufferProvider.BufferAvailabilityRegistration FAILED_BUFFER_AVAILABLE
public static final BufferProvider.BufferAvailabilityRegistration FAILED_BUFFER_POOL_DESTROYED
public static BufferProvider.BufferAvailabilityRegistration[] values()
for (BufferProvider.BufferAvailabilityRegistration c : BufferProvider.BufferAvailabilityRegistration.values()) System.out.println(c);
public static BufferProvider.BufferAvailabilityRegistration 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 © 2015 The Apache Software Foundation. All rights reserved.