Uses of Class
adams.flow.transformer.SpreadSheetRowBuffer.Operation
-
Packages that use SpreadSheetRowBuffer.Operation Package Description adams.flow.transformer -
-
Uses of SpreadSheetRowBuffer.Operation in adams.flow.transformer
Fields in adams.flow.transformer declared as SpreadSheetRowBuffer.Operation Modifier and Type Field Description protected SpreadSheetRowBuffer.Operation
SpreadSheetRowBuffer. m_Operation
the way the buffer operates.Methods in adams.flow.transformer that return SpreadSheetRowBuffer.Operation Modifier and Type Method Description SpreadSheetRowBuffer.Operation
SpreadSheetRowBuffer. getOperation()
Returns the way the buffer operates.static SpreadSheetRowBuffer.Operation
SpreadSheetRowBuffer.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpreadSheetRowBuffer.Operation[]
SpreadSheetRowBuffer.Operation. 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 SpreadSheetRowBuffer.Operation Modifier and Type Method Description void
SpreadSheetRowBuffer. setOperation(SpreadSheetRowBuffer.Operation value)
Sets the way the buffer operates.
-