Uses of Class
adams.flow.control.ForceFlush.FlushScope
-
Packages that use ForceFlush.FlushScope Package Description adams.flow.control -
-
Uses of ForceFlush.FlushScope in adams.flow.control
Fields in adams.flow.control declared as ForceFlush.FlushScope Modifier and Type Field Description protected ForceFlush.FlushScope
ForceFlush. m_Scope
the scope of the flush.Methods in adams.flow.control that return ForceFlush.FlushScope Modifier and Type Method Description ForceFlush.FlushScope
ForceFlush. getScope()
Returns the scope for the flush.static ForceFlush.FlushScope
ForceFlush.FlushScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static ForceFlush.FlushScope[]
ForceFlush.FlushScope. 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 ForceFlush.FlushScope Modifier and Type Method Description void
ForceFlush. setScope(ForceFlush.FlushScope value)
Sets the scope for the flush.
-