Class: DataToken

Oracle.BDD.Portlets.Visualization.Model. DataToken

new DataToken()

Do NOT instantiate this class directly. Token objects should be accessed and modified through the Oracle.BDD.Portlets.Visualization.Model.QueryConfig#getToken function ONLY.
Source:

Extends

Methods

getType() → {string}

Gets the token type (e.g. 'metric', 'dimension', 'sort', data', 'dataview'
Inherited From:
Source:
Returns:
The token's type ('metric', 'dimension', etc.)
Type
string

getValue() → {string|Number}

Gets the value for token of the given name. This is the literal value that replaced the value in the EQL query.
Inherited From:
Source:
Returns:
The token's value
Type
string | Number