Uses of Interface
de.mid.innovator.srv2api.icw2er.ERAttributeSet
-
Packages that use ERAttributeSet 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. -
-
Uses of ERAttributeSet in de.mid.innovator.srv2api.icw2er
Subinterfaces of ERAttributeSet in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interfaceBI2CubeIn anBI2Cube, the data is stored redundantly in segments of a multidimensional cube.interfaceEREntityAnEREntityas part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.interfaceERViewAERViewto the Entity Relationship Model builds a table by joining and filtering the selected attributes.Methods in de.mid.innovator.srv2api.icw2er with type parameters of type ERAttributeSet Modifier and Type Method Description <T extends ERAttributeSet>
java.util.List<T>ERView. getFromAttributeSet(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ERAttributeSet>
java.util.List<T>ERView. getFromAttributeSet(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getFromAttributeSet and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2er that return ERAttributeSet Modifier and Type Method Description ERAttributeSetBI2HierarchyLevel. getAttributeSet()Reference to theERAttributeSet(EREntityorERView) of theBI2DimensionLevelof thisBI2HierarchyLevel.ERAttributeSetBIHierarchyLevel. getAttributeSet()Methods in de.mid.innovator.srv2api.icw2er with parameters of type ERAttributeSet Modifier and Type Method Description <T extends IMForeignKeyAble>
java.util.List<T>ERAttributeSet. getForeignKeyAbleBetween(java.lang.Class<T> returnType, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags)<T extends IMForeignKeyAble>
java.util.List<T>ERAttributeSet. getForeignKeyAbleBetween(java.lang.Class<T> returnType, MMStereotype stereotype, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyAbleBetween and filters its return values according to the given stereotype value.<T extends ERViewFrom>
java.util.List<T>ERView. getOwnedFromByRef(java.lang.Class<T> returnType, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags)<T extends ERViewFrom>
java.util.List<T>ERView. getOwnedFromByRef(java.lang.Class<T> returnType, MMStereotype stereotype, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedFromByRef and filters its return values according to the given stereotype value.voidBI2HierarchyLevel. setAttributeSet(ERAttributeSet value)Set the value of View AttributeSet.voidBIHierarchyLevel. setAttributeSet(ERAttributeSet value)Set the value of Foreign Key AttributeSet.
-