Package de.espirit.firstspirit.webedit
Class DataAssociationHandler.Type<H extends DataAssociationHandler<?,?>> 
java.lang.Object
de.espirit.common.lang.TypeToken<H>
de.espirit.firstspirit.webedit.DataAssociationHandler.Type<H>
- Type Parameters:
- H- The handler type.
- Enclosing interface:
- DataAssociationHandler<T,A> 
public abstract static class DataAssociationHandler.Type<H extends DataAssociationHandler<?,?>> 
extends TypeToken<H>
The type token of the association handler.
- Since:
- 5.2.101
- 
Nested Class SummaryNested classes/interfaces inherited from class de.espirit.common.lang.TypeTokenTypeToken.MissingTypeParameterError
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class de.espirit.common.lang.TypeTokencast, equals, getType, isInstance
- 
Constructor Details- 
TypeCreates a new type token with a unique namespace.- Parameters:
- namespace- The unique namespace of the assocation handler.
- Since:
- 5.2.101
 
 
- 
- 
Method Details- 
getNamespaceReturns the namespace of the assocation. The namespace needs to be unique over all assocation handlers.- Returns:
- The unique namespace of the association handler.
- Since:
- 5.2.101
 
 
-