public class Or extends ListCondition
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
chain, CHILD, listENTER, SPACE, SPLITEND, SPLITSTARTNEW, REMOVE, REMOVE_YOU, SIMPLE, UPDATE| Constructor and Description |
|---|
Or() |
| Modifier and Type | Method and 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() |
Or |
with(ObjectCondition... values) |
Or |
with(java.beans.PropertyChangeListener... values) |
public 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 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