Uses of Class
com.tietoenator.trip.jxp.TdbFieldType
-
Packages that use TdbFieldType 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. -
-
Uses of TdbFieldType in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbFieldType Modifier and Type Method Description static TdbFieldType
TdbFieldType. getTypeof(int type)
Retrieve the appropriate field type given a TRIPxpi identifierstatic 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. -
Uses of TdbFieldType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbFieldType Modifier and Type Method Description TdbFieldType
TdbTupleList. getColumnType(int index)
Returns the (field) type of the specified column.TdbFieldType
TdbDateField. getType()
Retrieve the type of the fieldabstract TdbFieldType
TdbField. getType()
Get the TRIP field type of the fieldTdbFieldType
TdbIntegerField. getType()
Retrieve the type of the fieldTdbFieldType
TdbNumberField. getType()
Retrieve the type of the fieldTdbFieldType
TdbPhraseField. getType()
Retrieve the type of the fieldTdbFieldType
TdbStringField. getType()
Retrieve field typeTdbFieldType
TdbTextField. getType()
Retrieve the field typeTdbFieldType
TdbTimeField. getType()
Retrieve the type of the fieldMethods in com.tietoenator.trip.jxp.data with parameters of type TdbFieldType Modifier and Type Method 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. -
Uses of TdbFieldType in com.tietoenator.trip.jxp.database
Methods in com.tietoenator.trip.jxp.database that return TdbFieldType Modifier and Type Method Description TdbFieldType
TdbFieldDesign. getTypeId()
Retrieve the type of the field as an ID, therefore dialect-indepedentMethods in com.tietoenator.trip.jxp.database with parameters of type TdbFieldType Modifier and Type Method Description void
TdbFieldDesign. setTypeId(TdbFieldType typeId)
Set the type of the field.
-