public class IsNotEqualTo extends java.lang.Object implements IRestriction
| Constructor and Description |
|---|
IsNotEqualTo(java.lang.String propertyName,
boolean value)
Instantiates a new checks if is not equal to.
|
IsNotEqualTo(java.lang.String propertyName,
java.util.Date value)
Instantiates a new checks if is not equal to.
|
IsNotEqualTo(java.lang.String propertyName,
double value)
Instantiates a new checks if is not equal to.
|
IsNotEqualTo(java.lang.String propertyName,
long value)
Instantiates a new checks if is not equal to.
|
IsNotEqualTo(java.lang.String propertyName,
java.lang.String value)
Instantiates a new checks if is not equal to.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public IsNotEqualTo(java.lang.String propertyName,
boolean value)
propertyName - the property namevalue - the valuepublic IsNotEqualTo(java.lang.String propertyName,
java.util.Date value)
propertyName - the property namevalue - the valuepublic IsNotEqualTo(java.lang.String propertyName,
double value)
propertyName - the property namevalue - the valuepublic IsNotEqualTo(java.lang.String propertyName,
long value)
propertyName - the property namevalue - the valuepublic IsNotEqualTo(java.lang.String propertyName,
java.lang.String value)
propertyName - the property namevalue - the value