Uses of Interface
com.tietoenator.trip.jxp.TdbTransformer
-
Packages that use TdbTransformer Package Description com.tietoenator.trip.jxp.control CONTROL database inspection and manipulation. -
-
Uses of TdbTransformer in com.tietoenator.trip.jxp.control
Methods in com.tietoenator.trip.jxp.control with parameters of type TdbTransformer Modifier and Type Method Description <T> java.util.List<T>
TdbControlObjectList. transform(TdbTransformer<T> tx)
Transform each element of the control object list, i.e. each control object in the list, to a new type using the factory interface provided.
-