public class ImportCondition extends java.lang.Object implements ParserCondition
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
ImportCondition() |
| Modifier and Type | Method and Description |
|---|---|
ObjectCondition |
create(CharacterBuffer buffer) |
java.lang.String |
getKey() |
java.lang.CharSequence |
getValue(LocalisationInterface variables) |
boolean |
isExpression() |
boolean |
update(java.lang.Object value)
checks or notify this condition.
|
public static final java.lang.String TAG
public java.lang.String getKey()
getKey in interface ParserConditionpublic java.lang.CharSequence getValue(LocalisationInterface variables)
getValue in interface ParserConditionpublic boolean update(java.lang.Object value)
Conditionpublic ObjectCondition create(CharacterBuffer buffer)
create in interface ParserConditionpublic boolean isExpression()
isExpression in interface ParserCondition