public class Not extends java.lang.Object implements ParserCondition, SendableEntityCreator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ITEM
Constant for ITEM.
|
static java.lang.String |
TAG |
ENTER, SPACE, SPLITEND, SPLITSTARTNEW, REMOVE, REMOVE_YOU, SIMPLE, UPDATE| Constructor and Description |
|---|
Not() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(CharacterBuffer buffer,
TemplateParser parser,
LocalisationInterface customTemplate) |
static Not |
create(ObjectCondition condition)
Static Method for instance a new Instance of Not Object.
|
ObjectCondition |
getItem() |
java.lang.String |
getKey() |
java.lang.String[] |
getProperties()
Gets the properties.
|
java.lang.Object |
getSendableInstance(boolean prototyp)
Gets the sendable instance.
|
java.lang.Object |
getValue(LocalisationInterface variables) |
java.lang.Object |
getValue(java.lang.Object entity,
java.lang.String attribute)
Gets the value.
|
boolean |
isExpression() |
boolean |
setValue(java.lang.Object entity,
java.lang.String attribute,
java.lang.Object value,
java.lang.String type)
Sets the value.
|
java.lang.String |
toString() |
boolean |
update(java.lang.Object evt)
checks or notify this condition.
|
Not |
with(ObjectCondition value) |
public static final java.lang.String TAG
public static final java.lang.String ITEM
public boolean update(java.lang.Object evt)
Conditionpublic ObjectCondition getItem()
public Not with(ObjectCondition value)
value - for new Conditionpublic java.lang.String[] getProperties()
SendableEntityCreatorgetProperties in interface SendableEntityCreatorpublic java.lang.Object getSendableInstance(boolean prototyp)
SendableEntityCreatorgetSendableInstance in interface ParserConditiongetSendableInstance in interface SendableEntityCreatorprototyp - the prototyppublic java.lang.Object getValue(java.lang.Object entity,
java.lang.String attribute)
SendableEntityCreatorgetValue in interface SendableEntityCreatorentity - the entityattribute - the attributepublic boolean setValue(java.lang.Object entity,
java.lang.String attribute,
java.lang.Object value,
java.lang.String type)
SendableEntityCreatorsetValue in interface SendableEntityCreatorentity - the entityattribute - the attributevalue - the valuetype - edit, update or remove operationpublic static Not create(ObjectCondition condition)
condition - Condition to negatepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getKey()
getKey in interface ParserConditionpublic boolean isExpression()
isExpression in interface ParserConditionpublic java.lang.Object getValue(LocalisationInterface variables)
getValue in interface ParserConditionpublic void create(CharacterBuffer buffer, TemplateParser parser, LocalisationInterface customTemplate)
create in interface ParserCondition