Uses of Class
com.tietoenator.trip.jxp.data.TdbField
-
Packages that use TdbField Package Description com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbField in com.tietoenator.trip.jxp.data
Subclasses of TdbField in com.tietoenator.trip.jxp.data Modifier and Type Class Description class
TdbDateField
Container and manipulation logic for the values within a DAte fieldclass
TdbIntegerField
Container and manipulation logic for an INteger fieldclass
TdbNumberField
Container and manipulation logic for the values within a NUmber fieldclass
TdbPhraseField
Container and manipulation logic for the values within a PHrase fieldclass
TdbStringField
Container for values in a STring fieldclass
TdbStructuredField
Intermediary abstract representation for subfields from a structured field type such as PHrase, NUmber, etc.class
TdbTextField
Container and manipulation logic for a TExt fieldclass
TdbTimeField
Container and manipulation logic for the values within a TIme fieldMethods in com.tietoenator.trip.jxp.data that return TdbField Modifier and Type Method Description TdbField
TdbComponent. 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.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.TdbField
TdbComponent. getField(java.lang.String name)
Retrieve the value of a named fieldMethods in com.tietoenator.trip.jxp.data that return types with arguments of type TdbField Modifier and Type Method Description java.util.Collection<TdbField>
TdbComponent. fields()
Retrieve a collection of fields from within the component.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbField Modifier and Type Method Description void
TdbComponent. setField(java.lang.String name, TdbField field)
Set the value of a named field
-