public class EndsWith extends java.lang.Object implements IRestriction
| Constructor and Description |
|---|
EndsWith(IRestriction restriction)
Instantiates a new ends with.
|
EndsWith(java.lang.String expression)
Instantiates a new ends with.
|
EndsWith(java.lang.String propertyName,
IRestriction restriction)
Instantiates a new ends with.
|
EndsWith(java.lang.String propertyName,
java.lang.String expression)
Instantiates a new ends with.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public EndsWith(IRestriction restriction)
restriction - the restrictionpublic EndsWith(java.lang.String expression)
expression - the expressionpublic EndsWith(java.lang.String propertyName,
IRestriction restriction)
propertyName - the property namerestriction - the restrictionpublic EndsWith(java.lang.String propertyName,
java.lang.String expression)
propertyName - the property nameexpression - the expression