Uses of Class
adams.data.objectfinder.MultiObjectFinder.Combination
-
Packages that use MultiObjectFinder.Combination Package Description adams.data.objectfinder -
-
Uses of MultiObjectFinder.Combination in adams.data.objectfinder
Fields in adams.data.objectfinder declared as MultiObjectFinder.Combination Modifier and Type Field Description protected MultiObjectFinder.CombinationMultiObjectFinder. m_Combinationhow the indices are combined.Methods in adams.data.objectfinder that return MultiObjectFinder.Combination Modifier and Type Method Description MultiObjectFinder.CombinationMultiObjectFinder. getCombination()Returns how the indices are combined.static MultiObjectFinder.CombinationMultiObjectFinder.Combination. valueOf(String name)Returns the enum constant of this type with the specified name.static MultiObjectFinder.Combination[]MultiObjectFinder.Combination. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.objectfinder with parameters of type MultiObjectFinder.Combination Modifier and Type Method Description voidMultiObjectFinder. setCombination(MultiObjectFinder.Combination value)Sets how the indices are combined.
-