Uses of Interface
de.mid.innovator.srv2api.icw2er.BI2DimensionAttribute
-
Packages that use BI2DimensionAttribute 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 BI2DimensionAttribute in de.mid.innovator.srv2api.icw2er
Subinterfaces of BI2DimensionAttribute in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interfaceBI2DimensionIdAttributeABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for item identification.interfaceBI2DimensionShowAttributeABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for providing the data.interfaceBI2DimensionSortAttributeABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for sorting.Methods in de.mid.innovator.srv2api.icw2er with type parameters of type BI2DimensionAttribute Modifier and Type Method Description <T extends BI2DimensionAttribute>
java.util.List<T>ERUsedAttribute. getDimensionAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of dimension attributes using thisERUsedAttribute.<T extends BI2DimensionAttribute>
java.util.List<T>BI2HierarchyLevel. getDimensionAttributes(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BI2DimensionAttribute>
java.util.List<T>BI2HierarchyLevel. getDimensionAttributes(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDimensionAttributes and filters its return values according to the given stereotype value.<T extends BI2DimensionAttribute>
java.util.List<T>BI2DimensionLevel. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of all dimension attributes of this anBI2DimensionLevel
-