|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.model.Predicat
public final class Predicat
Class to define a predicate = WHERE clause line A WHERE clause is a list of predicates
Constructor Summary | |
---|---|
Predicat()
Default constructor |
Method Summary | |
---|---|
java.lang.String |
getClosedParenthesis()
Gets the closedParenthesis value |
Operator |
getCompareOperator()
Gets the compareOperator value |
int |
getIndice()
Gets the index value |
Column |
getLeftAttribute()
Gets the leftAttribute value |
java.lang.String |
getLeftAttributeString()
Deprecated. use column instead. |
java.lang.String |
getLeftString()
Gets the leftString value |
java.lang.String |
getLogicOperator()
Gets the logicOperator value |
int |
getNbClosedParanthesis()
Gets the nbClosedParanthesis value |
int |
getNbOpenedParanthesis()
Gets the nbOpenedParanthesis value |
java.lang.String |
getOpenParenthesis()
Gets the openParenthesis value |
Column |
getRightAttribute()
Gets the rightAttribute value |
java.lang.Object |
getRightValue()
Gets the rightValue value |
java.lang.String |
getStringDefinition()
Gets the stringDefinition value |
Wildcard |
getWildcard()
Gets the wildcard value |
void |
setClosedParenthesis(java.lang.String closedParenthesis)
Sets the value of closedParenthesis |
void |
setCompareOperator(Operator compareOperator)
Sets the value of compareOperator |
void |
setIndice(int indice)
Sets the value of index |
void |
setLeftAttribute(Column leftAttribute)
Sets the value of leftAttribute |
void |
setLeftAttributeString(java.lang.String leftAttribute)
Deprecated. use column instead. |
void |
setLeftString(java.lang.String leftString)
Sets the value of leftString |
void |
setLogicOperator(java.lang.String logicOperator)
Sets the value of logicOperator |
void |
setNbClosedParanthesis(int nbClosedParanthesis)
Sets the value of nbClosedParanthesis |
void |
setNbOpenedParanthesis(int nbOpenedParanthesis)
Sets the value of nbOpenedParanthesis |
void |
setOpenParenthesis(java.lang.String openParenthesis)
Sets the value of openParenthesis |
void |
setRightAttribute(Column rightAttribute)
Sets the value of rightAttribute |
void |
setRightValue(java.lang.Object rightValue)
Sets the value of rightValue |
void |
setStringDefinition(java.lang.String stringDefinition)
Sets the value of stringDefinition |
void |
setWildcard(Wildcard wildcard)
Sets the value of wildcard |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Predicat()
Method Detail |
---|
public int getIndice()
public void setIndice(int indice)
indice
- the index to setpublic int getNbClosedParanthesis()
public void setNbClosedParanthesis(int nbClosedParanthesis)
nbClosedParanthesis
- the nbClosedParanthesis to setpublic java.lang.Object getRightValue()
public void setRightValue(java.lang.Object rightValue)
rightValue
- the rightValue to setpublic int getNbOpenedParanthesis()
public void setNbOpenedParanthesis(int nbOpenedParanthesis)
nbOpenedParanthesis
- the nbOpenedParanthesis to setpublic java.lang.String getLogicOperator()
public void setLogicOperator(java.lang.String logicOperator)
logicOperator
- the logicOperator to setpublic Operator getCompareOperator()
public void setCompareOperator(Operator compareOperator)
compareOperator
- the compareOperator to setpublic Column getRightAttribute()
public void setRightAttribute(Column rightAttribute)
rightAttribute
- the rightAttribute to setpublic Column getLeftAttribute()
public void setLeftAttributeString(java.lang.String leftAttribute)
leftAttribute
- the leftAttribute to setpublic java.lang.String getLeftAttributeString()
public void setLeftAttribute(Column leftAttribute)
leftAttribute
- the leftAttribute to setpublic java.lang.String getClosedParenthesis()
public void setClosedParenthesis(java.lang.String closedParenthesis)
closedParenthesis
- the closedParenthesis to setpublic java.lang.String getOpenParenthesis()
public void setOpenParenthesis(java.lang.String openParenthesis)
openParenthesis
- the openParenthesis to setpublic java.lang.String getLeftString()
public void setLeftString(java.lang.String leftString)
leftString
- the leftString to setpublic java.lang.String getStringDefinition()
public void setStringDefinition(java.lang.String stringDefinition)
stringDefinition
- the stringDefinition to setpublic Wildcard getWildcard()
public void setWildcard(Wildcard wildcard)
wildcard
- the wildcard to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |