Package | Description |
---|---|
com.tietoenator.trip.jxp |
Main TRIPjxp package that contains generic classes and enumerations.
|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
com.tietoenator.trip.jxp.database |
Classes to inspect and modify database design.
|
Modifier and Type | Method and Description |
---|---|
static TdbFieldType |
TdbFieldType.getTypeof(int type)
Retrieve the appropriate field type given a TRIPxpi identifier
|
static TdbFieldType |
TdbFieldType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbFieldType[] |
TdbFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TdbFieldType |
TdbTupleList.getColumnType(int index)
Returns the (field) type of the specified column.
|
TdbFieldType |
TdbTextField.getType()
Retrieve the field type
|
TdbFieldType |
TdbPhraseField.getType()
Retrieve the type of the field
|
TdbFieldType |
TdbNumberField.getType()
Retrieve the type of the field
|
TdbFieldType |
TdbIntegerField.getType()
Retrieve the type of the field
|
TdbFieldType |
TdbTimeField.getType()
Retrieve the type of the field
|
TdbFieldType |
TdbStringField.getType()
Retrieve field type
|
abstract TdbFieldType |
TdbField.getType()
Get the TRIP field type of the field
|
TdbFieldType |
TdbDateField.getType()
Retrieve the type of the 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. |
Modifier and Type | Method and Description |
---|---|
TdbFieldType |
TdbFieldDesign.getTypeId()
Retrieve the type of the field as an ID, therefore dialect-indepedent
|
Modifier and Type | Method and Description |
---|---|
void |
TdbFieldDesign.setTypeId(TdbFieldType typeId)
Set the type of the field.
|