public abstract class FunctionCriteria<T> extends Object implements Criteria
| Modifier and Type | Field and Description |
|---|---|
static String |
MASK |
protected WhatFieldCollector |
wfc |
| Constructor and Description |
|---|
FunctionCriteria(WhatFieldCollector wfc) |
| Modifier and Type | Method and Description |
|---|---|
protected WhatFieldCollector |
addElement(String function,
T... t) |
WhatFieldCollector |
mask() |
protected abstract void |
setDefaultValue() |
protected void |
setValue(T t) |
T |
value() |
public static final String MASK
protected WhatFieldCollector wfc
public FunctionCriteria(WhatFieldCollector wfc)
public WhatFieldCollector mask()
public T value()
protected void setValue(T t)
protected abstract void setDefaultValue()
protected final WhatFieldCollector addElement(String function, T... t)
Copyright © 2015. All rights reserved.