Uses of Enum Class
com.tietoenator.trip.jxp.TdbFieldType
Packages that use TdbFieldType
Package
Description
Main TRIPjxp package that contains generic classes and enumerations.
Database content manipulation.
Classes to inspect and modify database design.
-
Uses of TdbFieldType in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbFieldTypeModifier and TypeMethodDescriptionstatic TdbFieldType
TdbFieldType.getTypeof
(int type) Retrieve the appropriate field type given a TRIPxpi identifierstatic TdbFieldType
Returns the enum constant of this class with the specified name.static TdbFieldType[]
TdbFieldType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TdbFieldType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbFieldTypeModifier and TypeMethodDescriptionTdbTupleList.getColumnType
(int index) Returns the (field) type of the specified column.TdbDateField.getType()
Retrieve the type of the fieldabstract TdbFieldType
TdbField.getType()
Get the TRIP field type of the fieldTdbIntegerField.getType()
Retrieve the type of the fieldTdbNumberField.getType()
Retrieve the type of the fieldTdbPhraseField.getType()
Retrieve the type of the fieldTdbStringField.getType()
Retrieve field typeTdbTextField.getType()
Retrieve the field typeTdbTimeField.getType()
Retrieve the type of the fieldMethods in com.tietoenator.trip.jxp.data with parameters of type TdbFieldTypeModifier and TypeMethodDescriptionTdbComponent.createField
(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. -
Uses of TdbFieldType in com.tietoenator.trip.jxp.database
Methods in com.tietoenator.trip.jxp.database that return TdbFieldTypeModifier and TypeMethodDescriptionTdbFieldDesign.getTypeId()
Retrieve the type of the field as an ID, therefore dialect-indepedentMethods in com.tietoenator.trip.jxp.database with parameters of type TdbFieldTypeModifier and TypeMethodDescriptionvoid
TdbFieldDesign.setTypeId
(TdbFieldType typeId) Set the type of the field.