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.
public abstract class OperationType<T>
- extends TypeToken<T>
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:
OperationType<ShowUsagesOperation> TYPE = new OperationType<ShowUsagesOperation>(){};
See usages for existing operation types.
- Since:
- 4.2.405
OperationType
public OperationType()
Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480