Uses of Enum Class
com.tietoenator.trip.jxp.data.TdbFieldFetchType
Packages that use TdbFieldFetchType
-
Uses of TdbFieldFetchType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbFieldFetchTypeModifier and TypeMethodDescriptionTdbFieldTemplate.getFetchType()Return an indication of what to fetch from the field.static TdbFieldFetchTypeReturns the enum constant of this class with the specified name.static TdbFieldFetchType[]TdbFieldFetchType.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 TdbFieldFetchTypeModifier and TypeMethodDescriptionvoidTdbFieldTemplate.setFetchType(TdbFieldFetchType mode) Specify what to fetch from the field.Constructors in com.tietoenator.trip.jxp.data with parameters of type TdbFieldFetchTypeModifierConstructorDescriptionTdbFieldTemplate(String name, TdbFieldFetchType mode, int hint) Constructor, create a fully specified template field.