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.ScopeCombinationMultiScopeRestriction. m_Combinationhow to apply the scope restrictions.Methods in adams.flow.execution.debug that return MultiScopeRestriction.ScopeCombination Modifier and Type Method Description MultiScopeRestriction.ScopeCombinationMultiScopeRestriction. getCombination()Returns how to combine the results of the restrictions.static MultiScopeRestriction.ScopeCombinationMultiScopeRestriction.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 voidMultiScopeRestriction. setCombination(MultiScopeRestriction.ScopeCombination value)Sets how to combine the results of the restrictions.
-