public class ConditionStringNotEmpty extends ConditionForPattern
Constructor and Description |
---|
ConditionStringNotEmpty(StringField stringfield)
creates a condition that will return true if the StringField payload is not
empty
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
writeCondition()
writes the source code for a statement returning a boolean
|
public ConditionStringNotEmpty(StringField stringfield)
stringfield
- the string field to check for contentpublic java.lang.String writeCondition()
ConditionForPattern
writeCondition
in class ConditionForPattern