java.lang.Object | |
↳ | com.microstrategy.web.app.utils.TemplateElement |
Title: TemplateElement.
Description: Represents a template element such as an attribute and a metric
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public Boolean | aggFromBase | whether the Metric using value aggregated from Base | |||||||||
public String | alias | the alias of the template element | |||||||||
public int | axis | the axis of the template element | |||||||||
public String | did | the id of the template element | |||||||||
public String | formula | the formula of the template element | |||||||||
public boolean | hasDynamicAlias | whether the alias of the template element is dynamic | |||||||||
public boolean | isDefinedOnDataset | whether the derived metric is defined on dataset | |||||||||
public boolean | isDerived | whether the template element is a derived metric | |||||||||
public boolean | isPassThrough | ||||||||||
public String | key | the key of the template element | |||||||||
public String | name | the name of the template element | |||||||||
public int | pos | the axis of the template element | |||||||||
public int | type | the type of the template element |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TemplateElement() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String[] |
getInfo()
Gets the template element information in an array
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
whether the Metric using value aggregated from Base
the alias of the template element
the axis of the template element
the id of the template element
the formula of the template element
whether the alias of the template element is dynamic
whether the derived metric is defined on dataset
whether the template element is a derived metric
the key of the template element
the name of the template element
the axis of the template element
the type of the template element
Gets the template element information in an array