Uses of Interface
de.mid.innovator.srv2api.icw2er.ERRole
-
Packages that use ERRole Package Description de.mid.innovator.srv2api.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ERRole in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return ERRole Modifier and Type Method Description ERRoleERRole. getPartnerRole()Gets the partner role of this role (the opposite role of the relationship.ERRoleERRelationship. getRoleForeignKey()Returns theERRoleat the foreign key side of thisERRelationship.ERRoleERRelationship. getRoleSERMLeft()Returns theERRoleat the left side of anERRelationshipwhich conforms to SERM.ERRoleERRelationship. getRoleSERMRight()Returns theERRoleat the right side of anERRelationshipwhich conforms to SERM.ERRoleERRelationship. getRoleUniqueKey()Returns theERRoleat the unique key side of thisERRelationship.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type ERRole Modifier and Type Method Description java.util.List<ERRole>EREntity. getForeignKeyAbleRole(ELElement refObj, K_CONTROL_OPTION... behaviourFlags)java.util.List<ERRole>EREntity. getForeignKeyAbleRole(MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyAbleRole and filters its return values according to the given stereotype value.java.util.List<ERRole>EREntity. getOwnedRole(K_CONTROL_OPTION... behaviourFlags)java.util.List<ERRole>ERRelationship. getOwnedRole(K_CONTROL_OPTION... behaviourFlags)List of roles owned by this relationship.java.util.List<ERRole>ERRelationship. getRole(K_CONTROL_OPTION... behaviourFlags)All roles that are assigned to this relationship.java.util.List<ERRole>EREntity. getTypedRole(K_CONTROL_OPTION... behaviourFlags)java.util.List<ERRole>EREntity. getUniqueKeyRole(K_CONTROL_OPTION... behaviourFlags)java.util.List<ERRole>EREntity. getUniqueKeyRole(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUniqueKeyRole and filters its return values according to the given stereotype value. -
Uses of ERRole in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ERRole Modifier and Type Method Description java.util.List<ERRole>MMCreateCLInst. getOwnedRole(K_CONTROL_OPTION... behaviourFlags)Template dummy instance needed as owner substitute forEREntity.
-