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