Uses of Interface
de.mid.innovator.srv2api.icw2er.ERAttribute
-
Packages that use ERAttribute 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.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of ERAttribute in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return ERAttribute Modifier and Type Method Description static ERAttribute
ERAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Entity Attribute with template and container.static ERAttribute
ERAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Entity Attribute with stereotype and container.static ERAttribute
ERAttributeHelper. createByUnique(SrvContext srvCtx, ELContainerAble ohContainer, IMProperty ohReferencedProperty)
Creates a foreign key attribute for a given unique key attribute.ERAttribute
ERAttribute. getFirstValidTypeAttribute()
Gets theERAttribute
which is valid to evaluate theIMDataType
of this attribute.ERAttribute
ERCheckConstraint. getOwningAttribute()
Reference to theERAttribute
that owns thisERCheckConstraint
.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type ERAttribute Modifier and Type Method Description java.util.List<ERAttribute>
ERAttribute. getERKeyRelationshipAttribute(K_CONTROL_OPTION... behaviourFlags)
List of foreign key attributes, referencing this unique key attribute.java.util.List<ERAttribute>
ERAttribute. getERKeyRelationshipAttributeRecursive(EREntity refObj, K_CONTROL_OPTION... behaviourFlags)
List of foreign key attributes, referencing this unique key attribute indirectly.java.util.List<ERAttribute>
ERGeneralization. getForeignKeyAttributes(K_CONTROL_OPTION... behaviourFlags)
Gets the foreign key attributes implementing thisERGeneralization
.java.util.List<ERAttribute>
ERGeneralization. getForeignKeyAttributes(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getForeignKeyAttributes and filters its return values according to the given stereotype value.java.util.List<ERAttribute>
ERRelationship. getForeignKeyAttributes(K_CONTROL_OPTION... behaviourFlags)
Gets the foreign key attributes implementing thisERRelationship
.java.util.List<ERAttribute>
ERRelationship. getForeignKeyAttributes(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getForeignKeyAttributes and filters its return values according to the given stereotype value.java.util.List<ERAttribute>
EREntity. getOwnedAttribute(K_CONTROL_OPTION... behaviourFlags)
List of attributes of this entity.java.util.List<ERAttribute>
ERGeneralization. getUniqueKeyAttributes(K_CONTROL_OPTION... behaviourFlags)
Gets the attributes referenced by thisERGeneralization
.java.util.List<ERAttribute>
ERGeneralization. getUniqueKeyAttributes(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getUniqueKeyAttributes and filters its return values according to the given stereotype value.java.util.List<ERAttribute>
ERRelationship. getUniqueKeyAttributes(K_CONTROL_OPTION... behaviourFlags)
Gets the attributes referenced by thisERRelationship
.java.util.List<ERAttribute>
ERRelationship. getUniqueKeyAttributes(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getUniqueKeyAttributes and filters its return values according to the given stereotype value.java.util.List<ERAttribute>
BIHierarchyRole. maintainRenameForeignAttributes()
This maintaining method rename the foreign key attributes using the prefix and suffix of thisBIHierarchyRole
.
Returns the list of renamed attributes. -
Uses of ERAttribute in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return types with arguments of type ERAttribute Modifier and Type Method Description java.util.List<ERAttribute>
IMSemanticDataType. getTypedBySemanticAttribute(K_CONTROL_OPTION... behaviourFlags)
All attributes typed by this semantic data type.
-