java.lang.Object
com.evolveum.midpoint.model.impl.dataModel.model.Relation
Direct Known Subclasses:
MappingRelation

public class Relation extends Object
  • Constructor Details

    • Relation

      public Relation(@NotNull @NotNull List<DataItem> sources, @Nullable @Nullable DataItem target)
  • Method Details

    • getSources

      @NotNull public @NotNull List<DataItem> getSources()
    • getTarget

      @Nullable public @Nullable DataItem getTarget()
    • toString

      public String toString()
      Overrides:
      toString in class Object