| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
FlaggedForAction |
RuleExceptions.getFlaggedForAction()
Gets the flag for action value that must appear on incoming messages in order for the condition or exception to apply.
|
FlaggedForAction |
RuleConditions.getFlaggedForAction()
Gets the flag for action value that must appear on incoming messages in order for the condition or exception to apply.
|
static FlaggedForAction |
FlaggedForAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlaggedForAction[] |
FlaggedForAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleExceptions.setFlaggedForAction(FlaggedForAction flaggedForAction)
Sets the flag for action value that must appear on incoming messages in order for the condition or exception to apply.
|
void |
RuleConditions.setFlaggedForAction(FlaggedForAction flaggedForAction)
Sets the flag for action value that must appear on incoming messages in order for the condition or exception to apply.
|