Condition<java.lang.Object>, ObjectCondition, ParserCondition, SendableEntityCreatorpublic class Or extends ListCondition
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
TAG |
chain, CHILD, list, staticEventENTER, SPACE, SPLITEND, SPLITSTARTNEW, REMOVE, REMOVE_YOU, SIMPLE, UPDATE| Constructor | Description |
|---|---|
Or() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
create(CharacterBuffer buffer,
TemplateParser parser,
LocalisationInterface customTemplate) |
|
static Or |
create(ObjectCondition... conditions) |
Static Method for instance a new Instance of Or Object.
|
java.lang.String |
getKey() |
|
java.lang.Object |
getSendableInstance(boolean isExpression) |
Gets the sendable instance.
|
boolean |
isExpression() |
|
boolean |
updateSet(java.lang.Object evt) |
|
Or |
with(ObjectCondition... values) |
|
Or |
with(java.beans.PropertyChangeListener... values) |
add, clear, first, getList, getProperties, getValue, getValue, setValue, size, toString, update, updatePCE, withStaticEventpublic static final java.lang.String TAG
public static Or create(ObjectCondition... conditions)
conditions - All Conditions.public void create(CharacterBuffer buffer, TemplateParser parser, LocalisationInterface customTemplate)
public boolean updateSet(java.lang.Object evt)
updateSet in class ListConditionpublic Or with(ObjectCondition... values)
with in class ListConditionpublic Or with(java.beans.PropertyChangeListener... values)
with in class ListConditionpublic boolean isExpression()
public java.lang.String getKey()
public java.lang.Object getSendableInstance(boolean isExpression)
SendableEntityCreatorisExpression - the prototyp