public class DBWhereCondition extends DBWhereListCellBase
mDepth, mIsDragOver, mParent, mRect
mCriteria, mDataType, mDisplayItem, mFlavors, mIsDisplayed, mName, mOper, mTableId, mTableName
Constructor and Description |
---|
DBWhereCondition(DBWhereOperator aParent,
DBWhereCondition aCond)
Copy Constructor (does not copy parent), sets it to the new parent
|
DBWhereCondition(DBWhereOperator aParent,
java.lang.String aTableName,
java.lang.String aFieldName,
java.lang.String aDataType)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
isOperator()
Indicates whether it is an operator
|
java.lang.String |
toString()
Converts the entire condition to a string
|
java.lang.String |
toString(boolean aUseSymbols)
Converts the entire condition to a string
|
getBounds, getDepth, getParent, isDragOver, setBounds, setDepth, setDragOver
addMissingValueCode, getCriteria, getDataType, getDisplayItem, getMissingValueCode, getName, getOperator, getTableId, getTableName, getTransferData, getTransferDataFlavors, isDataFlavorSupported, isDisplayed, setCriteria, setDataType, setDisplayed, setDisplayItem, setMissingValueCode, setName, setOperator, setTableId, setTableName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName
public DBWhereCondition(DBWhereOperator aParent, java.lang.String aTableName, java.lang.String aFieldName, java.lang.String aDataType)
aParent
- parent to be added toaTableName
- name of itemaFieldName
- field name of itemaDataType
- the datatypepublic DBWhereCondition(DBWhereOperator aParent, DBWhereCondition aCond)
aParent
- parent to be added toaCond
- object to be copiedpublic boolean isOperator()
isOperator
in interface DBWhereIFace
isOperator
in class DBWhereListCellBase
public java.lang.String toString(boolean aUseSymbols)
toString
in interface DBWhereIFace
toString
in class DBWhereListCellBase
aUseSymbols
- indicates whether to return a string as a symbol or as textpublic java.lang.String toString()
toString
in class DBWhereListCellBase