public enum AtomicExternalizerProvider extends Enum<AtomicExternalizerProvider> implements ExternalizerProvider
| Enum Constant and Description |
|---|
ATOMIC_BOOLEAN |
ATOMIC_INTEGER |
ATOMIC_LONG |
ATOMIC_REFERENCE |
| Modifier and Type | Method and Description |
|---|---|
Externalizer<?> |
getExternalizer() |
static AtomicExternalizerProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomicExternalizerProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcast, getTargetClass, readObject, size, writeObjectpublic static final AtomicExternalizerProvider ATOMIC_BOOLEAN
public static final AtomicExternalizerProvider ATOMIC_INTEGER
public static final AtomicExternalizerProvider ATOMIC_LONG
public static final AtomicExternalizerProvider ATOMIC_REFERENCE
public static AtomicExternalizerProvider[] values()
for (AtomicExternalizerProvider c : AtomicExternalizerProvider.values()) System.out.println(c);
public static AtomicExternalizerProvider 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 nullpublic Externalizer<?> getExternalizer()
getExternalizer in interface ExternalizerProviderCopyright © 2022 JBoss by Red Hat. All rights reserved.