public enum CommonStoreOptions extends Enum<CommonStoreOptions> implements PersistentStoreOptions
PersistenceBackendFactory
.Enum Constant and Description |
---|
CACHE_IS_SET
Caches the presence of a value.
|
CACHE_SIZE
Caches the size data.
|
CACHE_STRUCTURAL_FEATURE
Caches
EStructuralFeature . |
COUNT_LOADED_OBJECT
Counts all loaded objects.
|
LOG
Logs every call to a methods.
|
Modifier and Type | Method and Description |
---|---|
static CommonStoreOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonStoreOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonStoreOptions CACHE_IS_SET
IsSetCachingStoreDecorator
public static final CommonStoreOptions CACHE_SIZE
SizeCachingStoreDecorator
public static final CommonStoreOptions CACHE_STRUCTURAL_FEATURE
EStructuralFeature
.FeatureCachingStoreDecorator
public static final CommonStoreOptions LOG
LoggingStoreDecorator
public static final CommonStoreOptions COUNT_LOADED_OBJECT
LoadedObjectCounterStoreDecorator
public static CommonStoreOptions[] values()
for (CommonStoreOptions c : CommonStoreOptions.values()) System.out.println(c);
public static CommonStoreOptions 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 © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.