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 TypeMethodDescriptionvoidsetOperation(String aOperation) Sets the operation for the operation property.
-
Method Details
-
setOperation
Sets the operation for the operation property.- Parameters:
aOperation- The operation to be stored by the operation property.
-