Uses of Interface
de.mid.innovator.srv2api.icw2er.BI2MeasurementTime
-
Packages that use BI2MeasurementTime 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 BI2MeasurementTime in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return BI2MeasurementTime Modifier and Type Method Description static BI2MeasurementTime
BI2MeasurementTimeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Measurement Time with template and container.static BI2MeasurementTime
BI2MeasurementTimeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Measurement Time with stereotype and container.BI2MeasurementTime
BI2CubeDimension. getMeasurementTime()
Returns theBI2MeasurementTime
used by thisBI2CubeDimension
.Methods in de.mid.innovator.srv2api.icw2er with parameters of type BI2MeasurementTime Modifier and Type Method Description void
BI2CubeDimension. setMeasurementTime(BI2MeasurementTime value)
Set the value of Foreign Key MeasurementTime.
-