Class DrillDownParameter

  • All Implemented Interfaces:
    Serializable, org.pentaho.reporting.engine.classic.core.metadata.MetaData

    public class DrillDownParameter
    extends Object
    implements org.pentaho.reporting.engine.classic.core.metadata.MetaData, Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • DrillDownParameter

        public DrillDownParameter​(String name)
      • DrillDownParameter

        public DrillDownParameter​(String name,
                                  String formulaFragment)
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • setName

        public void setName​(String name)
      • getFormulaFragment

        public String getFormulaFragment()
      • setFormulaFragment

        public void setFormulaFragment​(String formulaFragment)
      • getPosition

        public int getPosition()
      • setPosition

        public void setPosition​(int position)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • setPreferred

        public void setPreferred​(boolean preferred)
      • isPreferred

        public boolean isPreferred()
        Specified by:
        isPreferred in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • getDisplayName

        public String getDisplayName​(Locale locale)
        Specified by:
        getDisplayName in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • getMetaAttribute

        public String getMetaAttribute​(String attributeName,
                                       Locale locale)
        Specified by:
        getMetaAttribute in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • getGrouping

        public String getGrouping​(Locale locale)
        Specified by:
        getGrouping in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • getGroupingOrdinal

        public int getGroupingOrdinal​(Locale locale)
        Specified by:
        getGroupingOrdinal in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • getItemOrdinal

        public int getItemOrdinal​(Locale locale)
        Specified by:
        getItemOrdinal in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • getDeprecationMessage

        public String getDeprecationMessage​(Locale locale)
        Specified by:
        getDeprecationMessage in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • getDescription

        public String getDescription​(Locale locale)
        Specified by:
        getDescription in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • isDeprecated

        public boolean isDeprecated()
        Specified by:
        isDeprecated in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • setExpert

        public void setExpert​(boolean expert)
      • isExpert

        public boolean isExpert()
        Specified by:
        isExpert in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • isHidden

        public boolean isHidden()
        Specified by:
        isHidden in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • getFeatureMaturityLevel

        public org.pentaho.reporting.engine.classic.core.metadata.MaturityLevel getFeatureMaturityLevel()
        Specified by:
        getFeatureMaturityLevel in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • isExperimental

        public boolean isExperimental()
        Specified by:
        isExperimental in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • getCompatibilityLevel

        public int getCompatibilityLevel()
        Specified by:
        getCompatibilityLevel in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • getKeyPrefix

        public String getKeyPrefix()
        Specified by:
        getKeyPrefix in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData
      • getBundleLocation

        public String getBundleLocation()
        Specified by:
        getBundleLocation in interface org.pentaho.reporting.engine.classic.core.metadata.MetaData