public static enum UseCase3Prms.CacheOp extends Enum<UseCase3Prms.CacheOp>
| Modifier and Type | Method and Description |
|---|---|
static UseCase3Prms.CacheOp |
toCacheOp(String cacheOp) |
static UseCase3Prms.CacheOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UseCase3Prms.CacheOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UseCase3Prms.CacheOp get
public static final UseCase3Prms.CacheOp put
public static final UseCase3Prms.CacheOp getAll
public static final UseCase3Prms.CacheOp putAll
public static UseCase3Prms.CacheOp[] values()
for (UseCase3Prms.CacheOp c : UseCase3Prms.CacheOp.values()) System.out.println(c);
public static UseCase3Prms.CacheOp 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 nullpublic static UseCase3Prms.CacheOp toCacheOp(String cacheOp)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.