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.OperationSpreadSheetRowBuffer. m_Operationthe way the buffer operates.Methods in adams.flow.transformer that return SpreadSheetRowBuffer.Operation Modifier and Type Method Description SpreadSheetRowBuffer.OperationSpreadSheetRowBuffer. getOperation()Returns the way the buffer operates.static SpreadSheetRowBuffer.OperationSpreadSheetRowBuffer.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 voidSpreadSheetRowBuffer. setOperation(SpreadSheetRowBuffer.Operation value)Sets the way the buffer operates.
-