public class DBWhereCondition extends DBWhereListCellBase
mDepth, mIsDragOver, mParent, mRectmCriteria, 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, setDragOveraddMissingValueCode, getCriteria, getDataType, getDisplayItem, getMissingValueCode, getName, getOperator, getTableId, getTableName, getTransferData, getTransferDataFlavors, isDataFlavorSupported, isDisplayed, setCriteria, setDataType, setDisplayed, setDisplayItem, setMissingValueCode, setName, setOperator, setTableId, setTableNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNamepublic 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 DBWhereIFaceisOperator in class DBWhereListCellBasepublic java.lang.String toString(boolean aUseSymbols)
toString in interface DBWhereIFacetoString in class DBWhereListCellBaseaUseSymbols - indicates whether to return a string as a symbol or as textpublic java.lang.String toString()
toString in class DBWhereListCellBase