public class FilterElement extends PresentationElement
| Constructor and Description |
|---|
FilterElement() |
| Modifier and Type | Method and Description |
|---|---|
PresentationElement |
getInput() |
FilterOperatorElement |
getOperator() |
java.lang.String |
getPath() |
void |
setInput(PresentationElement input) |
void |
setOperator(FilterOperatorElement operator) |
void |
setPath(java.lang.String path) |
getComponentId, getId, setComponentId, setIdpublic java.lang.String getPath()
public void setPath(java.lang.String path)
public FilterOperatorElement getOperator()
public void setOperator(FilterOperatorElement operator)
public PresentationElement getInput()
public void setInput(PresentationElement input)