Uses of Class
adams.flow.control.ScopeHandler.ScopeHandling
-
Packages that use ScopeHandler.ScopeHandling Package Description adams.flow.control -
-
Uses of ScopeHandler.ScopeHandling in adams.flow.control
Fields in adams.flow.control declared as ScopeHandler.ScopeHandling Modifier and Type Field Description protected ScopeHandler.ScopeHandling
LaunchTee. m_ScopeHandlingStorage
how to handle the storage.protected ScopeHandler.ScopeHandling
LaunchTrigger. m_ScopeHandlingStorage
how to handle the storage.protected ScopeHandler.ScopeHandling
LocalScopeSubProcess. m_ScopeHandlingStorage
how to handle the storage.protected ScopeHandler.ScopeHandling
LocalScopeTee. m_ScopeHandlingStorage
how to handle the storage.protected ScopeHandler.ScopeHandling
LocalScopeTrigger. m_ScopeHandlingStorage
how to handle the storage.protected ScopeHandler.ScopeHandling
LaunchTee. m_ScopeHandlingVariables
how to handle the variables.protected ScopeHandler.ScopeHandling
LaunchTrigger. m_ScopeHandlingVariables
how to handle the variables.protected ScopeHandler.ScopeHandling
LocalScopeSubProcess. m_ScopeHandlingVariables
how to handle the variables.protected ScopeHandler.ScopeHandling
LocalScopeTee. m_ScopeHandlingVariables
how to handle the variables.protected ScopeHandler.ScopeHandling
LocalScopeTrigger. m_ScopeHandlingVariables
how to handle the variables.Methods in adams.flow.control that return ScopeHandler.ScopeHandling Modifier and Type Method Description ScopeHandler.ScopeHandling
LaunchTee. getScopeHandlingStorage()
Returns how storage is handled in the local scope.ScopeHandler.ScopeHandling
LaunchTrigger. getScopeHandlingStorage()
Returns how storage is handled in the local scope.ScopeHandler.ScopeHandling
LocalScopeHandler. getScopeHandlingStorage()
Returns how storage is handled in the local scope.ScopeHandler.ScopeHandling
LocalScopeSubProcess. getScopeHandlingStorage()
Returns how storage is handled in the local scope.ScopeHandler.ScopeHandling
LocalScopeTee. getScopeHandlingStorage()
Returns how storage is handled in the local scope.ScopeHandler.ScopeHandling
LocalScopeTrigger. getScopeHandlingStorage()
Returns how storage is handled in the local scope.ScopeHandler.ScopeHandling
LaunchTee. getScopeHandlingVariables()
Returns how variables are handled in the local scope.ScopeHandler.ScopeHandling
LaunchTrigger. getScopeHandlingVariables()
Returns how variables are handled in the local scope.ScopeHandler.ScopeHandling
LocalScopeHandler. getScopeHandlingVariables()
Returns how variables are handled in the local scope.ScopeHandler.ScopeHandling
LocalScopeSubProcess. getScopeHandlingVariables()
Returns how variables are handled in the local scope.ScopeHandler.ScopeHandling
LocalScopeTee. getScopeHandlingVariables()
Returns how variables are handled in the local scope.ScopeHandler.ScopeHandling
LocalScopeTrigger. getScopeHandlingVariables()
Returns how variables are handled in the local scope.static ScopeHandler.ScopeHandling
ScopeHandler.ScopeHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScopeHandler.ScopeHandling[]
ScopeHandler.ScopeHandling. 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 ScopeHandler.ScopeHandling Modifier and Type Method Description void
LaunchTee. setScopeHandlingStorage(ScopeHandler.ScopeHandling value)
Sets how to handle storage in the local scope.void
LaunchTrigger. setScopeHandlingStorage(ScopeHandler.ScopeHandling value)
Sets how to handle storage in the local scope.void
LocalScopeHandler. setScopeHandlingStorage(ScopeHandler.ScopeHandling value)
Sets how to handle storage in the local scope.void
LocalScopeSubProcess. setScopeHandlingStorage(ScopeHandler.ScopeHandling value)
Sets how to handle storage in the local scope.void
LocalScopeTee. setScopeHandlingStorage(ScopeHandler.ScopeHandling value)
Sets how to handle storage in the local scope.void
LocalScopeTrigger. setScopeHandlingStorage(ScopeHandler.ScopeHandling value)
Sets how to handle storage in the local scope.void
LaunchTee. setScopeHandlingVariables(ScopeHandler.ScopeHandling value)
Sets how to handle variables into the local scope.void
LaunchTrigger. setScopeHandlingVariables(ScopeHandler.ScopeHandling value)
Sets how to handle variables into the local scope.void
LocalScopeHandler. setScopeHandlingVariables(ScopeHandler.ScopeHandling value)
Sets how to handle variables into the local scope.void
LocalScopeSubProcess. setScopeHandlingVariables(ScopeHandler.ScopeHandling value)
Sets how to handle variables into the local scope.void
LocalScopeTee. setScopeHandlingVariables(ScopeHandler.ScopeHandling value)
Sets how to handle variables into the local scope.void
LocalScopeTrigger. setScopeHandlingVariables(ScopeHandler.ScopeHandling value)
Sets how to handle variables into the local scope.
-