public static enum RewardValueProjection.RewardProjectionType extends java.lang.Enum<RewardValueProjection.RewardProjectionType>
Enum Constant and Description |
---|
DESTINATIONSTATE |
ONESTEP |
SOURCESTATE |
STATEACTION |
Modifier and Type | Method and Description |
---|---|
static RewardValueProjection.RewardProjectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RewardValueProjection.RewardProjectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RewardValueProjection.RewardProjectionType SOURCESTATE
public static final RewardValueProjection.RewardProjectionType DESTINATIONSTATE
public static final RewardValueProjection.RewardProjectionType STATEACTION
public static final RewardValueProjection.RewardProjectionType ONESTEP
public static RewardValueProjection.RewardProjectionType[] values()
for (RewardValueProjection.RewardProjectionType c : RewardValueProjection.RewardProjectionType.values()) System.out.println(c);
public static RewardValueProjection.RewardProjectionType 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