This package contains non-public API for the default metatypes
provided by the Transformation Service.
Package Specification
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:
- {@link com.ibm.xtools.transform.core.metatype.BooleanMetatype} can only be used as
a type for a property.
- {@link com.ibm.xtools.transform.core.metatype.ChoiceMetatype} can only be used as
a type for a property.
- {@link com.ibm.xtools.transform.core.metatype.CollectionMetatype} can only be used as
a type for a property.
- {@link com.ibm.xtools.transform.core.metatype.DCMPMetatype} can only be used as
a type for a property.
- {@link com.ibm.xtools.transform.core.metatype.EMFMetatype} can only be used as
a transformation source/target model type.
- {@link com.ibm.xtools.transform.core.metatype.FileMetatype} can be used either as
a type for a property or a transformation source/target model type.
- {@link com.ibm.xtools.transform.core.metatype.FolderMetatype} can be used either as
a type for a property or a transformation source/target model type.
- {@link com.ibm.xtools.transform.core.metatype.IntegerMetatype} can only be used as
a type for a property.
- {@link com.ibm.xtools.transform.core.metatype.MapMetatype} can only be used as
a type for a property.
- {@link com.ibm.xtools.transform.core.metatype.ProjectMetatype} can be used either as
a type for a property or a transformation source/target model type.
- {@link com.ibm.xtools.transform.core.metatype.ResourceMetatype} can be used either as
a type for a property or a transformation source/target model type.
- {@link com.ibm.xtools.transform.core.metatype.StringMetatype} can only be used as
a type for a property.