Interface ITypeMapping.Descriptor
- 
- Enclosing interface:
- ITypeMapping
 
 public static interface ITypeMapping.DescriptorA 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 inTypeMappingUtil.- Since:
- 4.0
- Author:
- Stefan Winkler
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.net4j.db.DBTypegetDBType()The target (i.e., db) type that can be mapped by the type mapping.org.eclipse.emf.ecore.EClassifiergetEClassifier()The source (i.e., model) type that can be mapped by the type mapping.java.lang.StringgetFactoryType()The factoryType of the factory which can create the type mappingjava.lang.StringgetID()The ID of the described type mapping.
 
- 
- 
- 
Method Detail- 
getFactoryTypejava.lang.String getFactoryType() The factoryType of the factory which can create the type mapping
 - 
getIDjava.lang.String getID() The ID of the described type mapping.
 - 
getEClassifierorg.eclipse.emf.ecore.EClassifier getEClassifier() The source (i.e., model) type that can be mapped by the type mapping.
 - 
getDBTypeorg.eclipse.net4j.db.DBType getDBType() The target (i.e., db) type that can be mapped by the type mapping.
 
- 
 
-