Uses of Class
com.tietoenator.trip.jxp.data.TdbField
Packages that use TdbField
-
Uses of TdbField in com.tietoenator.trip.jxp.data
Subclasses of TdbField in com.tietoenator.trip.jxp.dataModifier and TypeClassDescriptionclass
Container and manipulation logic for the values within a DAte fieldclass
Container and manipulation logic for an INteger fieldclass
Container and manipulation logic for the values within a NUmber fieldclass
Container and manipulation logic for the values within a PHrase fieldclass
Container for values in a STring fieldclass
Intermediary abstract representation for subfields from a structured field type such as PHrase, NUmber, etc.class
Container and manipulation logic for a TExt fieldclass
Container and manipulation logic for the values within a TIme fieldMethods in com.tietoenator.trip.jxp.data that return TdbFieldModifier and TypeMethodDescriptionTdbComponent.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.TdbComponent.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.Retrieve the value of a named fieldMethods in com.tietoenator.trip.jxp.data that return types with arguments of type TdbFieldModifier and TypeMethodDescriptionTdbComponent.fields()
Retrieve a collection of fields from within the component.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbField