See: Description
Class | Description |
---|---|
AbstractCompositeMetatype |
This is an abstract class that can be extended by metatypes used for data
types that can contain other data types.
|
BooleanMetatype |
This class provides metatype support for "Boolean" objects.
|
ChoiceMetatype |
This class provides metatype support for "Choice" objects.
|
ChoiceMetatypeDataManager |
This class is the metatype data manager for the choice metatype.
|
CollectionMetatype |
This class provides metatype support for
Collection s. |
ContainerMetatype |
This class provides metatype support for a container.
|
DCMPMetatype |
This is the metatype converter for DCMPs.
|
EMFMetatype |
This class provides metatype support for EMF based objects.
|
FileMetatype |
This class provides metatype support for a file.
|
FolderMetatype |
This class provides metatype support for a folder.
|
IntegerMetatype |
This class provides metatype support for "Integer" objects.
|
MapMetatype |
This class provides metatype support for
Map s. |
ProjectMetatype |
This class provides metatype support for a project.
|
ResourceMetatype |
This class provides metatype support for any Eclipse resource.
|
ResourceMetatypeDataManager |
This is the metatype data manager for resources.
|
StringMetatype |
This class provides metatype support for "String" objects.
|
StringMetatypeDataManager |
This class is the metatype data manager for the string metatype.
|
This package contains non-public API for the default metatypes provided by the Transformation Service.
The Transformation Service provides several default metatype converters that can be used as the underlying type for Transformation Properties or can be used as the source and target model types for the transformation itself.
This package defines the following metatypes:
BooleanMetatype
can only be used as
a type for a property.ChoiceMetatype
can only be used as
a type for a property.CollectionMetatype
can only be used as
a type for a property.DCMPMetatype
can only be used as
a type for a property.EMFMetatype
can only be used as
a transformation source/target model type.FileMetatype
can be used either as
a type for a property or a transformation source/target model type.FolderMetatype
can be used either as
a type for a property or a transformation source/target model type.IntegerMetatype
can only be used as
a type for a property.MapMetatype
can only be used as
a type for a property.ProjectMetatype
can be used either as
a type for a property or a transformation source/target model type.ResourceMetatype
can be used either as
a type for a property or a transformation source/target model type.StringMetatype
can only be used as
a type for a property.