public static enum AdapaContext.Store extends Enum<AdapaContext.Store>
Enum Constant and Description |
---|
FILE_STORE |
IN_MEMORY_STORE |
Modifier and Type | Method and Description |
---|---|
static AdapaContext.Store |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdapaContext.Store[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdapaContext.Store IN_MEMORY_STORE
public static final AdapaContext.Store FILE_STORE
public static AdapaContext.Store[] values()
for (AdapaContext.Store c : AdapaContext.Store.values()) System.out.println(c);
public static AdapaContext.Store 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 © 2005–2016 Zementis, Inc.. All rights reserved.