Package com.microstrategy.web.app.utils
Class TemplateElement
- java.lang.Object
-
- com.microstrategy.web.app.utils.TemplateElement
-
public class TemplateElement extends java.lang.Object
Title: TemplateElement.
Description: Represents a template element such as an attribute and a metric
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Boolean
aggFromBase
whether the Metric using value aggregated from Basejava.lang.String
alias
the alias of the template elementint
axis
the axis of the template elementjava.lang.String
did
the id of the template elementjava.lang.String
formula
the formula of the template elementboolean
hasDynamicAlias
whether the alias of the template element is dynamicboolean
isDefinedOnDataset
whether the derived metric is defined on datasetboolean
isDerived
whether the template element is a derived metricboolean
isPassThrough
java.lang.String
key
the key of the template elementjava.lang.String
name
the name of the template elementint
pos
the axis of the template elementint
type
the type of the template element
-
Constructor Summary
Constructors Constructor Description TemplateElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getInfo()
Gets the template element information in an array
-
-
-
Field Detail
-
axis
public int axis
the axis of the template element
-
pos
public int pos
the axis of the template element
-
type
public int type
the type of the template element
-
name
public java.lang.String name
the name of the template element
-
alias
public java.lang.String alias
the alias of the template element
-
key
public java.lang.String key
the key of the template element
-
formula
public java.lang.String formula
the formula of the template element
-
isDerived
public boolean isDerived
whether the template element is a derived metric
-
hasDynamicAlias
public boolean hasDynamicAlias
whether the alias of the template element is dynamic
-
aggFromBase
public java.lang.Boolean aggFromBase
whether the Metric using value aggregated from Base
-
isPassThrough
public boolean isPassThrough
-
isDefinedOnDataset
public boolean isDefinedOnDataset
whether the derived metric is defined on dataset
-
did
public java.lang.String did
the id of the template element
-
-