public static enum DatasetBuilder.CacheType extends Enum<DatasetBuilder.CacheType>
| Enum Constant and Description |
|---|
NodesCache |
ProfilesCache |
SignaturesCache |
StringsCache |
ValuesCache |
| Modifier and Type | Method and Description |
|---|---|
static DatasetBuilder.CacheType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetBuilder.CacheType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatasetBuilder.CacheType StringsCache
public static final DatasetBuilder.CacheType NodesCache
public static final DatasetBuilder.CacheType ValuesCache
public static final DatasetBuilder.CacheType ProfilesCache
public static final DatasetBuilder.CacheType SignaturesCache
public static DatasetBuilder.CacheType[] values()
for (DatasetBuilder.CacheType c : DatasetBuilder.CacheType.values()) System.out.println(c);
public static DatasetBuilder.CacheType 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 © 2017 51Degrees. All rights reserved.