Representation of a property annotated with sap:parameter.
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 |
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 |
Get property for the parameter representing the peer boundary of the same interval