Uses of Class
com.tietoenator.trip.jxp.data.TdbFieldFetchType
-
Packages that use TdbFieldFetchType Package Description com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbFieldFetchType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbFieldFetchType Modifier and Type Method Description TdbFieldFetchType
TdbFieldTemplate. getFetchType()
Return an indication of what to fetch from the field.static TdbFieldFetchType
TdbFieldFetchType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbFieldFetchType[]
TdbFieldFetchType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbFieldFetchType Modifier and Type Method Description void
TdbFieldTemplate. setFetchType(TdbFieldFetchType mode)
Specify what to fetch from the field.Constructors in com.tietoenator.trip.jxp.data with parameters of type TdbFieldFetchType Constructor Description TdbFieldTemplate(java.lang.String name, TdbFieldFetchType mode, int hint)
Constructor, create a fully specified template field.
-