public static enum WriteBarrier.Kind extends Enum<WriteBarrier.Kind>
| Enum Constant and Description |
|---|
POST_BARRIER |
PRE_BARRIER |
| Modifier and Type | Method and Description |
|---|---|
static WriteBarrier.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteBarrier.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WriteBarrier.Kind PRE_BARRIER
public static final WriteBarrier.Kind POST_BARRIER
public static WriteBarrier.Kind[] values()
public static WriteBarrier.Kind 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 null