public enum ModelCacheType extends Enum<ModelCacheType>
| Enum Constant and Description |
|---|
BADTYPE
not implemented
|
CONST
TOP/BOTTOM
|
IAN
root-level concepts, ER and AR concepts are cached
|
SINGLETON
contains just one named concept
|
| Modifier and Type | Method and Description |
|---|---|
static ModelCacheType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelCacheType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelCacheType BADTYPE
public static final ModelCacheType CONST
public static final ModelCacheType SINGLETON
public static final ModelCacheType IAN
public static ModelCacheType[] values()
for (ModelCacheType c : ModelCacheType.values()) System.out.println(c);
public static ModelCacheType 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 The University of Manchester. All rights reserved.