Package de.espirit.firstspirit.agency
Class OperationType<T>
java.lang.Object
de.espirit.common.lang.TypeToken<T>
de.espirit.firstspirit.agency.OperationType<T>
- Type Parameters:
T
- The type defining the specific operation's API.
Type token implementation for operation types. Implementors of operations must sub-class for new operation types.
Check (anonymous) sub-types of this class to find out about available operation APIs.
Example:
Example:
OperationType<ShowUsagesOperation> TYPE = new OperationType<ShowUsagesOperation>(){};}See usages for existing operation types.
- Since:
- 4.2.405
-
Nested Class Summary
Nested classes/interfaces inherited from class de.espirit.common.lang.TypeToken
TypeToken.MissingTypeParameterError
-
Constructor Summary
-
Method Summary
Methods inherited from class de.espirit.common.lang.TypeToken
cast, equals, getType, isInstance
-
Constructor Details
-
OperationType
public OperationType()
-