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