Package | Description |
---|---|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
Modifier and Type | Class and Description |
---|---|
class |
TdbDateField
Container and manipulation logic for the values within a DAte field
|
class |
TdbIntegerField
Container and manipulation logic for an INteger field
|
class |
TdbNumberField
Container and manipulation logic for the values within a NUmber field
|
class |
TdbPhraseField
Container and manipulation logic for the values within a PHrase field
|
class |
TdbStringField
Container for values in a STring field
|
class |
TdbStructuredField
Intermediary abstract representation for subfields from a structured
field type such as PHrase, NUmber, etc.
|
class |
TdbTextField
Container and manipulation logic for a TExt field
|
class |
TdbTimeField
Container and manipulation logic for the values within a TIme field
|
Modifier and Type | Method and Description |
---|---|
TdbField |
TdbComponent.createField(java.lang.String name,
TdbFieldType type)
Create a new field instance
This factory method creates a TdbField-derived object of the appropriate class and associates the new instance with this component. |
TdbField |
TdbComponent.createField(TdbFieldDesign design)
Create a new field instance
This factory method creates a TdbField-derived object of the appropriate class and associates the new instance with this component. |
TdbField |
TdbComponent.getField(java.lang.String name)
Retrieve the value of a named field
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<TdbField> |
TdbComponent.fields()
Retrieve a collection of fields from within the component.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbComponent.setField(java.lang.String name,
TdbField field)
Set the value of a named field
|