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 TypeClassDescriptionclassContainer and manipulation logic for the values within a DAte fieldclassContainer and manipulation logic for an INteger fieldclassContainer and manipulation logic for the values within a NUmber fieldclassContainer and manipulation logic for the values within a PHrase fieldclassContainer for values in a STring fieldclassIntermediary abstract representation for subfields from a structured field type such as PHrase, NUmber, etc.classContainer and manipulation logic for a TExt fieldclassContainer 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