public class

TemplateElement

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.utils.TemplateElement

Class Overview

Title: TemplateElement.

Description: Represents a template element such as an attribute and a metric

Copyright: Copyright (c) 2002

Company: Microstrategy, Inc.

Summary

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
From class java.lang.Object

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

public TemplateElement ()

Public Methods

public String[] getInfo ()

Gets the template element information in an array

Returns
  • the info array