| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
Sensitivity |
RuleExceptions.getSensitivity()
Gets the sensitivity that must be stamped on incoming messages in order for the condition or exception to apply.
|
Sensitivity |
RuleConditions.getSensitivity()
Gets the sensitivity that must be stamped on incoming messages in order for the condition or exception to apply.
|
Sensitivity |
Item.getSensitivity()
Gets the sensitivity level of an item.
|
static Sensitivity |
Sensitivity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Sensitivity[] |
Sensitivity.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.setSensitivity(Sensitivity sensitivity)
Sets the sensitivity that must be stamped on incoming messages in order for the condition or exception to apply.
|
void |
RuleConditions.setSensitivity(Sensitivity sensitivity)
Sets the sensitivity that must be stamped on incoming messages in order for the condition or exception to apply.
|
void |
Item.setSensitivity(Sensitivity sensitivity)
Sets the sensitivity level of an item.
|