public static enum Configuration.BlockingSignatureCacheType extends Enum<Configuration.BlockingSignatureCacheType>
| Enum Constant and Description |
|---|
CACHED
Forces HermiT to use caching (if compatible with the ontology).
|
NOT_CACHED
Disables caching.
|
| Modifier and Type | Method and Description |
|---|---|
static Configuration.BlockingSignatureCacheType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.BlockingSignatureCacheType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Configuration.BlockingSignatureCacheType CACHED
public static final Configuration.BlockingSignatureCacheType NOT_CACHED
public static Configuration.BlockingSignatureCacheType[] values()
for (Configuration.BlockingSignatureCacheType c : Configuration.BlockingSignatureCacheType.values()) System.out.println(c);
public static Configuration.BlockingSignatureCacheType 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 © 2018. All rights reserved.