Uses of Class
com.luciad.datamodel.transformation.TLcdDataModelMappingValidator.TransformationIssue
Package
Description
This package provides an API to support data transformations from one model
to another model.
-
Uses of TLcdDataModelMappingValidator.TransformationIssue in com.luciad.datamodel.transformation
Modifier and TypeClassDescriptionstatic class
TransformationIssue that indicates that the source property can't be transformed into the target property because no type transformation can be found to transform the source property's type into the target property's type.static class
TransformationIssue that indicates that the source type can't be completely mapped to the target type.static class
TransformationIssue that contains a collection of type of the target data model for which no corresponding source type exists.static class
TransformationIssue that indicates that no transformation is defined for the given source type.