public enum AsCacheScope extends java.lang.Enum<AsCacheScope>
| Enum Constant and Description |
|---|
CALCULATION |
LOAD |
MERGE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AsCacheScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AsCacheScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsCacheScope LOAD
public static final AsCacheScope CALCULATION
@Deprecated public static final AsCacheScope MERGE
public static AsCacheScope[] values()
for (AsCacheScope c : AsCacheScope.values()) System.out.println(c);
public static AsCacheScope 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 nullCopyright © 2018 SAP SE. All Rights Reserved.