Package | Description |
---|---|
com.tietoenator.trip.jxp.ccl |
CCL command processing support.
|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
Modifier and Type | Method and Description |
---|---|
TdbTermList |
TdbCclCommand.getTermList()
Retrieve the instance of TdbTermList that is being used to handle the
results of non-hierarchical Display commands
|
Modifier and Type | Method and Description |
---|---|
void |
TdbCclCommand.setTermList(TdbTermList terms)
Establish the instance of TdbTermList that should be used to handle the
results of non-hierarchical Display commands
|
Modifier and Type | Method and Description |
---|---|
TdbTermList |
TdbSearch.getTermList()
Get the instance of TdbTermList that handles the results of
non-hierarchical DISPLAY commands.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbSearch.setTermList(TdbTermList terms)
Assign a new instance of TdbTermList to handle the results of
non-hierarchical DISPLAY commands.
|