Class MappingRelation
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.dataModel.model.Relation
-
- com.evolveum.midpoint.model.impl.dataModel.model.MappingRelation
-
public class MappingRelation extends Relation
- Author:
- mederly
-
-
Constructor Summary
Constructors Constructor Description MappingRelation(@NotNull List<DataItem> sources, @Nullable DataItem target, @NotNull MappingType mapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull MappingType
getMapping()
-
Methods inherited from class com.evolveum.midpoint.model.impl.dataModel.model.Relation
getSources, getTarget, toString
-
-
-
-
Constructor Detail
-
MappingRelation
public MappingRelation(@NotNull @NotNull List<DataItem> sources, @Nullable @Nullable DataItem target, @NotNull @NotNull MappingType mapping)
-
-
Method Detail
-
getMapping
@NotNull public @NotNull MappingType getMapping()
-
-