Representation of an entity type annotated with sap:semantics="parameters".
Create a representation of a parameterization for an analytic query. Do not create your own instances.
new sap.ui.model.analytics.odata4analytics.Parameterization(oEntityType, oEntitySet)
Param | Type | Default Value | Description |
---|---|---|---|
oEntityType | sap.ui.model.analytics.odata4analytics.EntityType | The OData entity type for this parameterization |
|
oEntitySet | sap.ui.model.analytics.odata4analytics.EntitySet | The OData entity set for this parameterization offered by the OData service |
Method | Description |
---|---|
findParameterByName |
Find parameter by name |
getAllParameterNames |
Get the names of all parameters part of the parameterization |
getAllParameters |
Get all parameters included in this parameterization |
getEntitySet |
Get the entity set representing this query result in the OData model |
getEntityType |
Get the entity type defining the type of this query result in the OData model |
getName |
Get the name of the parameter |
getNavigationPropertyToQueryResult |
Get navigation property to query result |