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.Combination
MultiObjectFinder. m_Combination
how the indices are combined.Methods in adams.data.objectfinder that return MultiObjectFinder.Combination Modifier and Type Method Description MultiObjectFinder.Combination
MultiObjectFinder. getCombination()
Returns how the indices are combined.static MultiObjectFinder.Combination
MultiObjectFinder.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 void
MultiObjectFinder. setCombination(MultiObjectFinder.Combination value)
Sets how the indices are combined.
-