public class And 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 |
|---|
And() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(CharacterBuffer buffer,
TemplateParser parser,
LocalisationInterface customTemplate) |
static And |
create(ObjectCondition... conditions)
Static Method for instance a new Instance of And Object.
|
java.lang.String |
getKey() |
java.lang.Object |
getSendableInstance(boolean isExpression)
Gets the sendable instance.
|
boolean |
isExpression() |
And |
with(ObjectCondition... values) |
And |
with(java.beans.PropertyChangeListener... values) |
public static final java.lang.String TAG
public static And create(ObjectCondition... conditions)
conditions - All Conditions.public And with(ObjectCondition... values)
with in class ListConditionpublic And with(java.beans.PropertyChangeListener... values)
with in class ListConditionpublic void create(CharacterBuffer buffer, TemplateParser parser, LocalisationInterface customTemplate)
public boolean isExpression()
public java.lang.String getKey()
public java.lang.Object getSendableInstance(boolean isExpression)
SendableEntityCreatorisExpression - the prototyp