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