Class OperationDeclaration
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.declaration.OperationDeclaration
-
public class OperationDeclaration extends Object
A singleOperationDeclarationdescribes an operation handler.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperationDeclaration.Builder
-
Constructor Summary
Constructors Constructor Description OperationDeclaration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationHandlergetHandler()Class<? extends Operation>getOperation()voidsetHandler(OperationHandler handler)voidsetOperation(Class<? extends Operation> operation)StringtoString()
-
-
-
Method Detail
-
getHandler
public OperationHandler getHandler()
-
setHandler
public void setHandler(OperationHandler handler)
-
-