Interface CompDef

    • Method Detail

      • getCompDefUri

        String getCompDefUri()
      • getParentTypeUri

        String getParentTypeUri()
      • getChildTypeUri

        String getChildTypeUri()
      • getCustomAssocTypeUri

        String getCustomAssocTypeUri()
        Returns:
        The custom association type, or null if not set.
      • getInstanceLevelAssocTypeUri

        String getInstanceLevelAssocTypeUri()
        Returns:
        The type to be used to create an association instance based on this comp def. That is the custom association type if set, otherwise dmx.core.composition. Is never null.
      • getChildCardinalityUri

        String getChildCardinalityUri()
      • setChildCardinalityUri

        void setChildCardinalityUri​(String childCardinalityUri)