Schnittstelle ITypeMapping.Factory
- Alle Superschnittstellen:
org.eclipse.net4j.util.factory.IFactory
- Alle bekannten Implementierungsklassen:
AbstractTypeMappingFactory
- Umschließende Schnittstelle:
ITypeMapping
public static interface ITypeMapping.Factory
extends org.eclipse.net4j.util.factory.IFactory
A factory for typeMappings. This is a regular Net4j factory registered by the respective extension point. It
enhances the regular factory using a descriptor which is translated from and to the factoryType by the methods in
TypeMappingUtil.- Seit:
- 4.0
- Autor:
- Stefan Winkler
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final StringThe Net4j factory product group for type mappings -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturn the descriptor of the kind of type mapping created by this factory.Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.factory.IFactory
create, getDescriptionFor, getKey
-
Felddetails
-
PRODUCT_GROUP
The Net4j factory product group for type mappings- Siehe auch:
-
-
Methodendetails
-
getDescriptor
ITypeMapping.Descriptor getDescriptor()Return the descriptor of the kind of type mapping created by this factory.
-