Uses of Enum Class
com.tietoenator.trip.jxp.data.TdbFieldFetchOption
Packages that use TdbFieldFetchOption
-
Uses of TdbFieldFetchOption in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbFieldFetchOptionModifier and TypeMethodDescriptionTdbFieldTemplate.getFieldFetchOption()Returns the fetch option for the field.static TdbFieldFetchOptionReturns the enum constant of this class with the specified name.static TdbFieldFetchOption[]TdbFieldFetchOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbFieldFetchOptionModifier and TypeMethodDescriptionvoidTdbFieldTemplate.setFieldFetchOption(TdbFieldFetchOption option) Assign the fetch option for the field.