public class RulePredicateSizeRange
extends java.lang.Object
| Constructor and Description |
|---|
RulePredicateSizeRange()
Initializes a new instance of the RulePredicateSizeRange class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
geMaximumSize()
Gets the minimum size that a message must be in order for the condition or exception to apply.
|
int |
getMinimumSize()
Gets the minimum size that a message must be in order for the condition or exception to apply.
|
void |
setMaximumSize(int maximumSize)
Sets the minimum size that a message must be in order for the condition or exception to apply.
|
void |
setMinimumSize(int minimumSize)
Sets the minimum size that a message must be in order for the condition or exception to apply.
|
public RulePredicateSizeRange()
public int getMinimumSize()
public void setMinimumSize(int minimumSize)
minimumSize - the new minimum sizepublic int geMaximumSize()
public void setMaximumSize(int maximumSize)
maximumSize - the new maximum size