class sap.ui.model.analytics.odata4analytics.Parameter

Visiblity: public
UX Guidelines:
Implements:
Available since: N/A
Extends:
Module: sap/ui/model/analytics/odata4analytics
Application Component: CA-UI5-COR

Representation of a property annotated with sap:parameter.


Constructor

Create a representation of a single parameter contained in a parameterization. Do not create your own instances.

new sap.ui.model.analytics.odata4analytics.Parameter(oParameterization, oProperty)
Param Type Default Value Description
oParameterization sap.ui.model.analytics.odata4analytics.Parameterization

The parameterization containing this parameter

oProperty object

The datajs object object representing the text property


Methods Overview

Method Description
getContainingParameterization

Get parameterization containing this parameter

getLabelText

Get label

getName

Get the name of the parameter

getPeerIntervalBoundaryParameter

Get property for the parameter representing the peer boundary of the same interval

getProperty

Get property

getTextProperty

Get text property related to this parameter

getURIToValueEntitySet

Get the URI to locate the entity set holding the value set, if it is available.

isIntervalBoundary

Get indicator if the parameter represents an interval boundary

isLowerIntervalBoundary

Get indicator if the parameter represents the lower boundary of an interval

isOptional

Get indicator whether or not the parameter is optional

isValueSetAvailable

Get indicator if a set of values is available for this parameter. Typically, this is true for parameters with a finite set of known values such as products, business partners in different roles, organization units, and false for integer or date parameters

getContainingParameterization

Get parameterization containing this parameter

getLabelText

Get label

getName

Get the name of the parameter

getPeerIntervalBoundaryParameter

Get property for the parameter representing the peer boundary of the same interval

getProperty

Get property

getTextProperty

Get text property related to this parameter

getURIToValueEntitySet

Get the URI to locate the entity set holding the value set, if it is available.

Param Type DefaultValue Description
sServiceRootURI string

(optional) Identifies the root of the OData service

isIntervalBoundary

Get indicator if the parameter represents an interval boundary

isLowerIntervalBoundary

Get indicator if the parameter represents the lower boundary of an interval

isOptional

Get indicator whether or not the parameter is optional

isValueSetAvailable

Get indicator if a set of values is available for this parameter. Typically, this is true for parameters with a finite set of known values such as products, business partners in different roles, organization units, and false for integer or date parameters