Class 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 Base
      java.lang.String alias
      the alias of the template element
      int axis
      the axis of the template element
      java.lang.String did
      the id of the template element
      java.lang.String formula
      the formula of the template element
      boolean hasDynamicAlias
      whether the alias of the template element is dynamic
      boolean isDefinedOnDataset
      whether the derived metric is defined on dataset
      boolean isDerived
      whether the template element is a derived metric
      boolean isPassThrough  
      java.lang.String key
      the key of the template element
      java.lang.String name
      the name of the template element
      int pos
      the axis of the template element
      int 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • TemplateElement

        public TemplateElement()
    • Method Detail

      • getInfo

        public java.lang.String[] getInfo()
        Gets the template element information in an array
        Returns:
        the info array