public class TLcdOGCNotOperator extends TLcdDataObject implements ILcdOGCCondition
<ogc:Not>
element.
According to the OGC Filter specification, the NOT operator reverses the logical value of an expression.
A TLcdOGCNotOperator
instance is composed of an instance of ILcdOGCCondition
that represents the condition that must be inverted.ILcdOGCCondition
Constructor and Description |
---|
TLcdOGCNotOperator()
Default constructor.
|
TLcdOGCNotOperator(ILcdOGCCondition aCondition)
Constructs an instance for a given condition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ILcdOGCCondition |
getCondition()
Gets the condition that must be inverted.
|
int |
hashCode() |
void |
setCondition(ILcdOGCCondition aCondition)
Sets the condition that must be inverted.
|
java.lang.String |
toString() |
clone, clone, getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue
public TLcdOGCNotOperator()
public TLcdOGCNotOperator(ILcdOGCCondition aCondition)
aCondition
- public ILcdOGCCondition getCondition()
public void setCondition(ILcdOGCCondition aCondition)
aCondition
- the condition.public java.lang.String toString()
toString
in class TLcdDataObject
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object