| Constructor and Description |
|---|
StringFilter(java.lang.String attribute) |
| Modifier and Type | Method and Description |
|---|---|
StringFilter<T> |
contains(java.lang.String otherValue) |
StringFilter<T> |
equals(java.lang.String otherValue) |
StringFilter<T> |
equalsIgnoreCase(java.lang.String otherValue) |
StringFilter<T> |
not(java.lang.String otherValue) |
java.lang.String |
toString() |
boolean |
update(java.lang.Object value)
checks or notify this condition.
|
StringFilter<T> |
with(java.lang.String value,
de.uniks.networkparser.graph.StringFilter.TYPE type) |
public boolean update(java.lang.Object value)
Conditionpublic StringFilter<T> with(java.lang.String value, de.uniks.networkparser.graph.StringFilter.TYPE type)
public StringFilter<T> equals(java.lang.String otherValue)
public StringFilter<T> not(java.lang.String otherValue)
public StringFilter<T> equalsIgnoreCase(java.lang.String otherValue)
public StringFilter<T> contains(java.lang.String otherValue)
public java.lang.String toString()
toString in class java.lang.Object