public static enum CacheSizePrms.KeyType extends Enum<CacheSizePrms.KeyType>
| Enum Constant and Description |
|---|
integer |
string |
testobject |
| Modifier and Type | Method and Description |
|---|---|
static CacheSizePrms.KeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheSizePrms.KeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheSizePrms.KeyType testobject
public static final CacheSizePrms.KeyType string
public static final CacheSizePrms.KeyType integer
public static CacheSizePrms.KeyType[] values()
for (CacheSizePrms.KeyType c : CacheSizePrms.KeyType.values()) System.out.println(c);
public static CacheSizePrms.KeyType 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 © 2010-2015 Pivotal Software, Inc. All rights reserved.