de.espirit.firstspirit.agency
Class OperationType<T>

java.lang.Object
  extended by de.espirit.common.lang.TypeToken<T>
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class de.espirit.common.lang.TypeToken
TypeToken.MissingTypeParameterError
 
Constructor Summary
OperationType()
           
 
Method Summary
 
Methods inherited from class de.espirit.common.lang.TypeToken
cast, equals, getType, isInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationType

public OperationType()


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480