protected static enum CacheAbstractJdbcStore.TypeKind extends Enum<CacheAbstractJdbcStore.TypeKind>
| Enum Constant and Description |
|---|
BINARY
Class for this type is not available.
|
BUILT_IN
Type is known as Java built in type, like
String |
POJO
Class for this type is available.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheAbstractJdbcStore.TypeKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheAbstractJdbcStore.TypeKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheAbstractJdbcStore.TypeKind BUILT_IN
Stringpublic static final CacheAbstractJdbcStore.TypeKind POJO
public static final CacheAbstractJdbcStore.TypeKind BINARY
public static CacheAbstractJdbcStore.TypeKind[] values()
for (CacheAbstractJdbcStore.TypeKind c : CacheAbstractJdbcStore.TypeKind.values()) System.out.println(c);
public static CacheAbstractJdbcStore.TypeKind 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
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016