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.PlotContainerValue
PlotContainerUpdater. m_ContainerValue
the value to modify.Methods in adams.flow.control that return PlotContainerUpdater.PlotContainerValue Modifier and Type Method Description PlotContainerUpdater.PlotContainerValue
PlotContainerUpdater. getContainerValue()
Returns the type of value to update.static PlotContainerUpdater.PlotContainerValue
PlotContainerUpdater.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 void
PlotContainerUpdater. 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.PlotContainerValue
SetPlotContainerValue. m_ContainerValue
the value to change.Methods in adams.flow.transformer that return PlotContainerUpdater.PlotContainerValue Modifier and Type Method Description PlotContainerUpdater.PlotContainerValue
SetPlotContainerValue. getContainerValue()
Returns the type of value to update.Methods in adams.flow.transformer with parameters of type PlotContainerUpdater.PlotContainerValue Modifier and Type Method Description void
SetPlotContainerValue. setContainerValue(PlotContainerUpdater.PlotContainerValue value)
Sets the type of value to update.
-