public class IsText extends UnaryPredicate implements ExpressionInterface
| Constructor and Description |
|---|
IsText() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFunctionName()
Liefert den Namen der Funktion.
|
protected boolean |
getResult(ExpressionResultAndState argumentValue)
Bestimmt das Ergebnis der PuA-Funktion abhängig vom Argumentwert.
|
evaluate, getResultTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, getResultTypeprotected boolean getResult(ExpressionResultAndState argumentValue)
UnaryPredicategetResult in class UnaryPredicateargumentValue - Wert des Argumentspublic java.lang.String getFunctionName()
ExpressionInterfacegetFunctionName in interface ExpressionInterface