Uses of Interface
adams.data.idupdate.IDUpdater
-
Packages that use IDUpdater Package Description adams.data.idupdate adams.flow.transformer -
-
Uses of IDUpdater in adams.data.idupdate
Classes in adams.data.idupdate that implement IDUpdater Modifier and Type Class Description classAbstractIDUpdaterAncestor for schemes that update the ID of objects.classIDHandlerUpdates the ID of (mutable) ID handlers.classPassThroughPerforms no update.classReportFieldSets the ID under the specified field in the report (either report or report handler). -
Uses of IDUpdater in adams.flow.transformer
Fields in adams.flow.transformer declared as IDUpdater Modifier and Type Field Description protected IDUpdaterUpdateID. m_Updaterthe group updater to use.Methods in adams.flow.transformer that return IDUpdater Modifier and Type Method Description IDUpdaterUpdateID. getUpdater()Returns the ID updater to use.Methods in adams.flow.transformer with parameters of type IDUpdater Modifier and Type Method Description voidUpdateID. setUpdater(IDUpdater value)Sets the ID updater to use.
-