public static enum LocalMemcacheServiceTestConfig.SizeUnit extends java.lang.Enum<LocalMemcacheServiceTestConfig.SizeUnit>
| Modifier and Type | Method and Description |
|---|---|
static LocalMemcacheServiceTestConfig.SizeUnit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalMemcacheServiceTestConfig.SizeUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalMemcacheServiceTestConfig.SizeUnit BYTES
public static final LocalMemcacheServiceTestConfig.SizeUnit KB
public static final LocalMemcacheServiceTestConfig.SizeUnit MB
public static LocalMemcacheServiceTestConfig.SizeUnit[] values()
for (LocalMemcacheServiceTestConfig.SizeUnit c : LocalMemcacheServiceTestConfig.SizeUnit.values()) System.out.println(c);
public static LocalMemcacheServiceTestConfig.SizeUnit valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null