Annotation Type IpsAssociationAdder


@Retention(RUNTIME) @Target(METHOD) public @interface IpsAssociationAdder
Marks the method for adding target objects to an association.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the association.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Indicates whether the association has a cardinality
  • Element Details

    • association

      String association
      The name of the association.
    • withCardinality

      boolean withCardinality
      Indicates whether the association has a cardinality
      Since:
      20.6
      Default:
      false