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.SearchDirection
ClosestNumericValue. m_SearchDirection
the search direction.Methods in adams.data.spreadsheet.rowfinder that return ClosestNumericValue.SearchDirection Modifier and Type Method Description ClosestNumericValue.SearchDirection
ClosestNumericValue. getSearchDirection()
Returns the search direction to use.static ClosestNumericValue.SearchDirection
ClosestNumericValue.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 void
ClosestNumericValue. setSearchDirection(ClosestNumericValue.SearchDirection value)
Sets the search direction to use.
-