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.MissingLookUpKey
SpreadSheetCellWithLookUp. m_MissingKey
the behavior for missing keys.Methods in adams.data.groupextraction that return SpreadSheetCellWithLookUp.MissingLookUpKey Modifier and Type Method Description SpreadSheetCellWithLookUp.MissingLookUpKey
SpreadSheetCellWithLookUp. getMissingKey()
Returns the behavior for missing keys.static SpreadSheetCellWithLookUp.MissingLookUpKey
SpreadSheetCellWithLookUp.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 void
SpreadSheetCellWithLookUp. setMissingKey(SpreadSheetCellWithLookUp.MissingLookUpKey value)
Sets the behavior for missing keys.
-