public static enum GridifySpringPointcut.GridifySpringPointcutType extends Enum<GridifySpringPointcut.GridifySpringPointcutType>
Enum Constant and Description |
---|
DFLT |
SET_TO_SET |
SET_TO_VALUE |
Modifier and Type | Method and Description |
---|---|
static GridifySpringPointcut.GridifySpringPointcutType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridifySpringPointcut.GridifySpringPointcutType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridifySpringPointcut.GridifySpringPointcutType DFLT
public static final GridifySpringPointcut.GridifySpringPointcutType SET_TO_VALUE
public static final GridifySpringPointcut.GridifySpringPointcutType SET_TO_SET
public static GridifySpringPointcut.GridifySpringPointcutType[] values()
for (GridifySpringPointcut.GridifySpringPointcutType c : GridifySpringPointcut.GridifySpringPointcutType.values()) System.out.println(c);
public static GridifySpringPointcut.GridifySpringPointcutType 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 null
GridGain In-Memory Computing Platform : ver. 8.9.19 Release Date : April 10 2025