Uses of Class
adams.data.groupextraction.SpreadSheetCellWithLookUp.MissingLookUpKey
-
Packages that use SpreadSheetCellWithLookUp.MissingLookUpKey Package Description adams.data.groupextraction -
-
Uses of SpreadSheetCellWithLookUp.MissingLookUpKey in adams.data.groupextraction
Fields in adams.data.groupextraction declared as SpreadSheetCellWithLookUp.MissingLookUpKey Modifier and Type Field Description protected SpreadSheetCellWithLookUp.MissingLookUpKeySpreadSheetCellWithLookUp. m_MissingKeythe behavior for missing keys.Methods in adams.data.groupextraction that return SpreadSheetCellWithLookUp.MissingLookUpKey Modifier and Type Method Description SpreadSheetCellWithLookUp.MissingLookUpKeySpreadSheetCellWithLookUp. getMissingKey()Returns the behavior for missing keys.static SpreadSheetCellWithLookUp.MissingLookUpKeySpreadSheetCellWithLookUp.MissingLookUpKey. valueOf(String name)Returns the enum constant of this type with the specified name.static SpreadSheetCellWithLookUp.MissingLookUpKey[]SpreadSheetCellWithLookUp.MissingLookUpKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.groupextraction with parameters of type SpreadSheetCellWithLookUp.MissingLookUpKey Modifier and Type Method Description voidSpreadSheetCellWithLookUp. setMissingKey(SpreadSheetCellWithLookUp.MissingLookUpKey value)Sets the behavior for missing keys.
-