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