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.SubsetsTypeArrayCombinations. m_Subsetsthe subset type.Methods in adams.flow.transformer that return ArrayCombinations.SubsetsType Modifier and Type Method Description ArrayCombinations.SubsetsTypeArrayCombinations. getSubsets()combinations or permutations.static ArrayCombinations.SubsetsTypeArrayCombinations.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 voidArrayCombinations. setSubsets(ArrayCombinations.SubsetsType value)Choose combinations or permutations.
-