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