Class sap.viz.ui5.controls.common.feeds.AnalysisObjectModule: sap/viz/ui5/controls/common/feeds/AnalysisObject

extends Element

AnalysisObject Class


Since: 1.21.0.
Constructor Summary
new sap.viz.ui5.controls.common.feeds.AnalysisObject(sId?, mSettings?)Constructor for a new ui5/controls/common/feeds/AnalysisObject.
Method Summary
sap.viz.ui5.controls.common.feeds.AnalysisObject.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.viz.ui5.controls.common.feeds.AnalysisObject with name sClassName and enriches it with the information contained in oClassInfo.
sap.viz.ui5.controls.common.feeds.AnalysisObject.getMetadata()Returns a metadata object for class sap.viz.ui5.controls.common.feeds.AnalysisObject.
getDataType()Gets current value of property dataType.
getName()Gets current value of property name.
getType()Gets current value of property type.
getUid()Gets current value of property uid.
setDataType(sDataType)Sets a new value for property dataType.
setName(sName)Sets a new value for property name.
setType(sType)Sets a new value for property type.
setUid(sUid)Sets a new value for property uid.
Constructor Detail
new sap.viz.ui5.controls.common.feeds.AnalysisObject(sId?, mSettings?)
Constructor for a new ui5/controls/common/feeds/AnalysisObject.

Accepts an object literal mSettings that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject for a general description of the syntax of the settings object.

The supported settings are:

In addition, all settings applicable to the base type sap.ui.core.Element can be used as well.

Parameters:
{string}sId? id for the new control, generated automatically if no id is given
{object}mSettings? initial settings for the new control
Method Detail
sap.viz.ui5.controls.common.feeds.AnalysisObject.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.viz.ui5.controls.common.feeds.AnalysisObject with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.core.Element.extend.

Parameters:
{string}sClassName Name of the class being created
{object}oClassInfo? Object literal with information about the class
{function}FNMetaImpl? Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata
Returns:
{function} Created class / constructor function
sap.viz.ui5.controls.common.feeds.AnalysisObject.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.viz.ui5.controls.common.feeds.AnalysisObject.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class
getDataType(): string
Gets current value of property dataType.

Data type of an analysis object. Enumeration: string, number, date

Returns:
{string} Value of property dataType
getName(): string
Gets current value of property name.

Name of an analysis object.

Returns:
{string} Value of property name
getType(): string
Gets current value of property type.

Type of an analysis object. Enumeration: Measure, Dimension

Returns:
{string} Value of property type
getUid(): string
Gets current value of property uid.

Uid of analysis object

Returns:
{string} Value of property uid
Sets a new value for property dataType.

Data type of an analysis object. Enumeration: string, number, date

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{string}sDataType New value for property dataType
Returns:
{sap.viz.ui5.controls.common.feeds.AnalysisObject} Reference to this in order to allow method chaining
Sets a new value for property name.

Name of an analysis object.

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{string}sName New value for property name
Returns:
{sap.viz.ui5.controls.common.feeds.AnalysisObject} Reference to this in order to allow method chaining
Sets a new value for property type.

Type of an analysis object. Enumeration: Measure, Dimension

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{string}sType New value for property type
Returns:
{sap.viz.ui5.controls.common.feeds.AnalysisObject} Reference to this in order to allow method chaining
Sets a new value for property uid.

Uid of analysis object

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{string}sUid New value for property uid
Returns:
{sap.viz.ui5.controls.common.feeds.AnalysisObject} Reference to this in order to allow method chaining