|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWhereField
The Interface IWhereField.
Method Summary | |
---|---|
IWhereField |
getCopy()
Gets the copy. |
EntityClass |
getFieldEntityClassForLeftCondition()
Gets the field entity class for left condition. |
EntityClass |
getFieldEntityClassForRightCondition()
Gets the field entity class for right condition. |
java.lang.String |
getFieldOperator()
Gets the field operator. |
java.lang.String |
getFieldValue()
Gets the field value. |
int |
getLeftBracketsNum()
Gets the left brackets num. |
java.lang.String |
getNextBooleanOperator()
Gets the next boolean operator. |
int |
getRightBracketsNum()
Gets the right brackets num. |
void |
setFieldEntityClassForLeftCondition(EntityClass ec)
Sets the field entity class for left condition. |
void |
setFieldEntityClassForRightCondition(EntityClass ec)
Sets the field entity class for right condition. |
void |
setFieldOperator(java.lang.String fieldOperator)
Sets the field operator. |
void |
setFieldValue(java.lang.String fieldValue)
Sets the field value. |
void |
setLeftBracketsNum(int leftBracketsNum)
Sets the left brackets num. |
void |
setNextBooleanOperator(java.lang.String nextBooleanOperator)
Sets the next boolean operator. |
void |
setRightBracketsNum(int rightBracketsNum)
Sets the right brackets num. |
Methods inherited from interface it.eng.qbe.query.IField |
---|
getFieldName, getId, getPrecision, getScale, getType, setFieldName, setId, setPrecision, setScale, setType |
Method Detail |
---|
java.lang.String getFieldOperator()
void setFieldOperator(java.lang.String fieldOperator)
fieldOperator
- the new field operatorjava.lang.String getFieldValue()
void setFieldValue(java.lang.String fieldValue)
fieldValue
- the new field valuejava.lang.String getNextBooleanOperator()
void setNextBooleanOperator(java.lang.String nextBooleanOperator)
nextBooleanOperator
- the new next boolean operatorvoid setFieldEntityClassForRightCondition(EntityClass ec)
ec
- the new field entity class for right conditionEntityClass getFieldEntityClassForRightCondition()
void setFieldEntityClassForLeftCondition(EntityClass ec)
ec
- the new field entity class for left conditionEntityClass getFieldEntityClassForLeftCondition()
int getLeftBracketsNum()
void setLeftBracketsNum(int leftBracketsNum)
leftBracketsNum
- the new left brackets numint getRightBracketsNum()
void setRightBracketsNum(int rightBracketsNum)
rightBracketsNum
- the new right brackets numIWhereField getCopy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |