T - XAttributable objectpublic class XAttributableContainsKeyWithValueXFilterImpl<T extends org.deckfour.xes.model.XAttributable> extends java.lang.Object implements XAttributableFilter<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
boolVal |
protected java.lang.String |
key |
protected java.lang.String |
strVal |
| Constructor and Description |
|---|
XAttributableContainsKeyWithValueXFilterImpl(java.lang.String key,
boolean value) |
XAttributableContainsKeyWithValueXFilterImpl(java.lang.String key,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
T |
apply(T t)
Apply method, will return (t) iff
|
XAttributableFilter<T> |
clone()
Create this filter's clone.
|
protected java.lang.String key
protected java.lang.String strVal
protected java.lang.Boolean boolVal
public XAttributableContainsKeyWithValueXFilterImpl(java.lang.String key,
java.lang.String value)
public XAttributableContainsKeyWithValueXFilterImpl(java.lang.String key,
boolean value)
public XAttributableFilter<T> clone()
Filter