public class FeatureCondition extends java.lang.Object implements ParserCondition
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
FeatureCondition() |
| Modifier and Type | Method and Description |
|---|---|
ObjectCondition |
create(CharacterBuffer buffer) |
java.lang.String |
getKey() |
java.lang.CharSequence |
getValue(LocalisationInterface variables) |
boolean |
hasFeatureProperty(FeatureProperty property,
Clazz... values) |
boolean |
isExpression() |
java.lang.String |
toString() |
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 boolean hasFeatureProperty(FeatureProperty property, Clazz... values)
public ObjectCondition create(CharacterBuffer buffer)
create in interface ParserConditionpublic boolean isExpression()
isExpression in interface ParserConditionpublic java.lang.String toString()
toString in class java.lang.Object