Uses of Class
adams.flow.execution.debug.MultiScopeRestriction.ScopeCombination
-
Packages that use MultiScopeRestriction.ScopeCombination Package Description adams.flow.execution.debug -
-
Uses of MultiScopeRestriction.ScopeCombination in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as MultiScopeRestriction.ScopeCombination Modifier and Type Field Description protected MultiScopeRestriction.ScopeCombination
MultiScopeRestriction. m_Combination
how to apply the scope restrictions.Methods in adams.flow.execution.debug that return MultiScopeRestriction.ScopeCombination Modifier and Type Method Description MultiScopeRestriction.ScopeCombination
MultiScopeRestriction. getCombination()
Returns how to combine the results of the restrictions.static MultiScopeRestriction.ScopeCombination
MultiScopeRestriction.ScopeCombination. valueOf(String name)
Returns the enum constant of this type with the specified name.static MultiScopeRestriction.ScopeCombination[]
MultiScopeRestriction.ScopeCombination. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.execution.debug with parameters of type MultiScopeRestriction.ScopeCombination Modifier and Type Method Description void
MultiScopeRestriction. setCombination(MultiScopeRestriction.ScopeCombination value)
Sets how to combine the results of the restrictions.
-