public class IsNotEqualTo extends Restriction
| Constructor and Description |
|---|
IsNotEqualTo(PropertyPath propertyPath,
boolean value)
Initializes a new instance of the IsNotEqualTo class.
|
IsNotEqualTo(PropertyPath propertyPath,
java.util.Date value)
Initializes a new instance of the IsNotEqualTo class.
|
IsNotEqualTo(PropertyPath propertyPath,
double value)
Initializes a new instance of the IsNotEqualTo class.
|
IsNotEqualTo(PropertyPath propertyPath,
long value)
Initializes a new instance of the IsNotEqualTo class.
|
IsNotEqualTo(PropertyPath propertyPath1,
PropertyPath propertyPath2)
Initializes a new instance of the IsNotEqualTo class.
|
IsNotEqualTo(PropertyPath propertyPath,
java.lang.String value)
Initializes a new instance of the IsNotEqualTo class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Converts the value of the current IsNotEqualTo object to its equivalent string representation.
|
public IsNotEqualTo(PropertyPath propertyPath, long value)
propertyPath - the property pathvalue - the valuepublic IsNotEqualTo(PropertyPath propertyPath, double value)
propertyPath - the property pathvalue - the valuepublic IsNotEqualTo(PropertyPath propertyPath, boolean value)
propertyPath - the property pathvalue - the valuepublic IsNotEqualTo(PropertyPath propertyPath, java.util.Date value)
propertyPath - the property pathvalue - the valuepublic IsNotEqualTo(PropertyPath propertyPath, java.lang.String value)
propertyPath - the property pathvalue - the valuepublic IsNotEqualTo(PropertyPath propertyPath1, PropertyPath propertyPath2)
propertyPath1 - the property path1propertyPath2 - the property path2