Uses of Class
adams.flow.transformer.SpreadSheetReplaceCellValue.Scope
-
Packages that use SpreadSheetReplaceCellValue.Scope Package Description adams.flow.transformer -
-
Uses of SpreadSheetReplaceCellValue.Scope in adams.flow.transformer
Fields in adams.flow.transformer declared as SpreadSheetReplaceCellValue.Scope Modifier and Type Field Description protected SpreadSheetReplaceCellValue.Scope
SpreadSheetReplaceCellValue. m_Scope
the scope of the replace.Methods in adams.flow.transformer that return SpreadSheetReplaceCellValue.Scope Modifier and Type Method Description SpreadSheetReplaceCellValue.Scope
SpreadSheetReplaceCellValue. getScope()
Returns the scope of the replace.static SpreadSheetReplaceCellValue.Scope
SpreadSheetReplaceCellValue.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpreadSheetReplaceCellValue.Scope[]
SpreadSheetReplaceCellValue.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type SpreadSheetReplaceCellValue.Scope Modifier and Type Method Description void
SpreadSheetReplaceCellValue. setScope(SpreadSheetReplaceCellValue.Scope value)
Sets the scope of the replace.
-