Uses of Class
adams.data.spreadsheet.rowfinder.ClosestNumericValue.SearchDirection
-
Packages that use ClosestNumericValue.SearchDirection Package Description adams.data.spreadsheet.rowfinder -
-
Uses of ClosestNumericValue.SearchDirection in adams.data.spreadsheet.rowfinder
Fields in adams.data.spreadsheet.rowfinder declared as ClosestNumericValue.SearchDirection Modifier and Type Field Description protected ClosestNumericValue.SearchDirectionClosestNumericValue. m_SearchDirectionthe search direction.Methods in adams.data.spreadsheet.rowfinder that return ClosestNumericValue.SearchDirection Modifier and Type Method Description ClosestNumericValue.SearchDirectionClosestNumericValue. getSearchDirection()Returns the search direction to use.static ClosestNumericValue.SearchDirectionClosestNumericValue.SearchDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static ClosestNumericValue.SearchDirection[]ClosestNumericValue.SearchDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.spreadsheet.rowfinder with parameters of type ClosestNumericValue.SearchDirection Modifier and Type Method Description voidClosestNumericValue. setSearchDirection(ClosestNumericValue.SearchDirection value)Sets the search direction to use.
-