public class Filter.Expression
extends java.lang.Object
Constructor and Description |
---|
Filter.Expression(Filter aFilter) |
Modifier and Type | Method and Description |
---|---|
Filter.LeftPart |
getLeftPart() |
Filter.Operand |
getOperand() |
Filter.RightPart |
getRightPart() |
boolean |
hasLeftPart() |
boolean |
hasOperand() |
boolean |
hasRightPart() |
boolean |
isAndFilter() |
boolean |
isOrFilter() |
protected void |
setIsAndFilter() |
protected void |
setIsOrFilter() |
void |
setLeftPart(Filter.LeftPart aLP) |
void |
setOperand(Filter.Operand aOP) |
void |
setRightPart(Filter.RightPart aRP) |
public Filter.Expression(Filter aFilter)
protected void setIsOrFilter() throws java.text.ParseException
java.text.ParseException
protected void setIsAndFilter() throws java.text.ParseException
java.text.ParseException
public boolean isOrFilter()
public boolean isAndFilter()
public void setLeftPart(Filter.LeftPart aLP)
public void setRightPart(Filter.RightPart aRP)
public void setOperand(Filter.Operand aOP)
public boolean hasLeftPart()
public boolean hasRightPart()
public boolean hasOperand()
public Filter.LeftPart getLeftPart()
public Filter.RightPart getRightPart()
public Filter.Operand getOperand()
Copyright © 2013. All Rights Reserved.