Schnittstelle ITypeMapping.Descriptor
- Umschließende Schnittstelle:
ITypeMapping
public static interface ITypeMapping.Descriptor
A descriptor which describes one type mapping class. The descriptor is encoded in the factoryType which is used as
a string description for the extension point mechanism. Translations and instantiations can be done using the
methods in
TypeMappingUtil.- Seit:
- 4.0
- Autor:
- Stefan Winkler
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.eclipse.net4j.db.DBTypeThe target (i.e., db) type that can be mapped by the type mapping.The source (i.e., model) type that can be mapped by the type mapping.The factoryType of the factory which can create the type mappinggetID()The ID of the described type mapping.
-
Methodendetails
-
getFactoryType
String getFactoryType()The factoryType of the factory which can create the type mapping -
getID
String getID()The ID of the described type mapping. -
getEClassifier
EClassifier getEClassifier()The source (i.e., model) type that can be mapped by the type mapping. -
getDBType
org.eclipse.net4j.db.DBType getDBType()The target (i.e., db) type that can be mapped by the type mapping.
-