Interface OperationAccessor.OperationMutator

All Known Subinterfaces:
OperationAccessor.OperationProperty
Enclosing interface:
OperationAccessor

public static interface OperationAccessor.OperationMutator
Provides a mutator for a operation property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setOperation(String aOperation)
    Sets the operation for the operation property.
  • Method Details

    • setOperation

      void setOperation(String aOperation)
      Sets the operation for the operation property.
      Parameters:
      aOperation - The operation to be stored by the operation property.