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 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
-
Type
Creates a new type token with a unique namespace.- Parameters:
namespace
- The unique namespace of the assocation handler.- Since:
- 5.2.101
-
-
Method Details
-
getNamespace
Returns 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
-