Uses of Class
com.tietoenator.trip.jxp.data.TdbFieldFetchOption
-
Packages that use TdbFieldFetchOption Package Description com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbFieldFetchOption in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbFieldFetchOption Modifier and Type Method Description TdbFieldFetchOption
TdbFieldTemplate. getFieldFetchOption()
Returns the fetch option for the field.static TdbFieldFetchOption
TdbFieldFetchOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbFieldFetchOption[]
TdbFieldFetchOption. 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 TdbFieldFetchOption Modifier and Type Method Description void
TdbFieldTemplate. setFieldFetchOption(TdbFieldFetchOption option)
Assign the fetch option for the field.
-