public enum ModelCacheType extends Enum<ModelCacheType>
| Enum Constant and Description |
|---|
mctBadType |
mctConst |
mctIan |
mctSingleton |
| 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 mctBadType
public static final ModelCacheType mctConst
public static final ModelCacheType mctSingleton
public static final ModelCacheType mctIan
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 © 2013 The University of Manchester. All Rights Reserved.