Uses of Class
adams.flow.transformer.ArrayCombinations.SubsetsType
-
Packages that use ArrayCombinations.SubsetsType Package Description adams.flow.transformer -
-
Uses of ArrayCombinations.SubsetsType in adams.flow.transformer
Fields in adams.flow.transformer declared as ArrayCombinations.SubsetsType Modifier and Type Field Description protected ArrayCombinations.SubsetsType
ArrayCombinations. m_Subsets
the subset type.Methods in adams.flow.transformer that return ArrayCombinations.SubsetsType Modifier and Type Method Description ArrayCombinations.SubsetsType
ArrayCombinations. getSubsets()
combinations or permutations.static ArrayCombinations.SubsetsType
ArrayCombinations.SubsetsType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArrayCombinations.SubsetsType[]
ArrayCombinations.SubsetsType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type ArrayCombinations.SubsetsType Modifier and Type Method Description void
ArrayCombinations. setSubsets(ArrayCombinations.SubsetsType value)
Choose combinations or permutations.
-