public class ContextDetailHashItem
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ContextDetailHashItem(ExprChainedSpec function,
FilterSpecRaw filterSpecRaw) |
Modifier and Type | Method and Description |
---|---|
FilterSpecCompiled |
getFilterSpecCompiled() |
FilterSpecRaw |
getFilterSpecRaw() |
ExprChainedSpec |
getFunction() |
FilterSpecLookupable |
getLookupable() |
FilterValueSetParam[][] |
getParametersCompiled() |
void |
setFilterSpecCompiled(FilterSpecCompiled filterSpecCompiled) |
void |
setLookupable(FilterSpecLookupable lookupable) |
public ContextDetailHashItem(ExprChainedSpec function, FilterSpecRaw filterSpecRaw)
public ExprChainedSpec getFunction()
public FilterSpecRaw getFilterSpecRaw()
public FilterSpecCompiled getFilterSpecCompiled()
public void setFilterSpecCompiled(FilterSpecCompiled filterSpecCompiled)
public FilterValueSetParam[][] getParametersCompiled()
public FilterSpecLookupable getLookupable()
public void setLookupable(FilterSpecLookupable lookupable)