Uses of Class
adams.flow.control.PlotContainerUpdater.PlotContainerValue
-
Packages that use PlotContainerUpdater.PlotContainerValue Package Description adams.flow.control adams.flow.transformer -
-
Uses of PlotContainerUpdater.PlotContainerValue in adams.flow.control
Fields in adams.flow.control declared as PlotContainerUpdater.PlotContainerValue Modifier and Type Field Description protected PlotContainerUpdater.PlotContainerValuePlotContainerUpdater. m_ContainerValuethe value to modify.Methods in adams.flow.control that return PlotContainerUpdater.PlotContainerValue Modifier and Type Method Description PlotContainerUpdater.PlotContainerValuePlotContainerUpdater. getContainerValue()Returns the type of value to update.static PlotContainerUpdater.PlotContainerValuePlotContainerUpdater.PlotContainerValue. valueOf(String name)Returns the enum constant of this type with the specified name.static PlotContainerUpdater.PlotContainerValue[]PlotContainerUpdater.PlotContainerValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.control with parameters of type PlotContainerUpdater.PlotContainerValue Modifier and Type Method Description voidPlotContainerUpdater. setContainerValue(PlotContainerUpdater.PlotContainerValue value)Sets the type of value to update. -
Uses of PlotContainerUpdater.PlotContainerValue in adams.flow.transformer
Fields in adams.flow.transformer declared as PlotContainerUpdater.PlotContainerValue Modifier and Type Field Description protected PlotContainerUpdater.PlotContainerValueSetPlotContainerValue. m_ContainerValuethe value to change.Methods in adams.flow.transformer that return PlotContainerUpdater.PlotContainerValue Modifier and Type Method Description PlotContainerUpdater.PlotContainerValueSetPlotContainerValue. getContainerValue()Returns the type of value to update.Methods in adams.flow.transformer with parameters of type PlotContainerUpdater.PlotContainerValue Modifier and Type Method Description voidSetPlotContainerValue. setContainerValue(PlotContainerUpdater.PlotContainerValue value)Sets the type of value to update.
-