Package com.microstrategy.web.app.utils
Class TemplateElement
- java.lang.Object
 - 
- com.microstrategy.web.app.utils.TemplateElement
 
 
- 
public class TemplateElement extends java.lang.ObjectTitle: 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.BooleanaggFromBasewhether the Metric using value aggregated from Basejava.lang.Stringaliasthe alias of the template elementintaxisthe axis of the template elementjava.lang.Stringdidthe id of the template elementjava.lang.Stringformulathe formula of the template elementbooleanhasDynamicAliaswhether the alias of the template element is dynamicbooleanisDefinedOnDatasetwhether the derived metric is defined on datasetbooleanisDerivedwhether the template element is a derived metricbooleanisPassThroughjava.lang.Stringkeythe key of the template elementjava.lang.Stringnamethe name of the template elementintposthe axis of the template elementinttypethe 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 
 - 
 
 -