Class Macro

  • All Implemented Interfaces:
    ConfigurationElement, ConfigurationFile, java.lang.Cloneable

    public class Macro
    extends AbstractConfigurationElement
    THIS CLASS IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT. THE CLASS IS SUBJECT TO CHANGE IN FUTURE RELEASES AND SOME METHODS AND PROPERTIES MAY NOT BE SUITABLE FOR CUSTOM DEVELOPMENT.
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Detail

      • Macro

        public Macro()
    • Method Detail

      • getName

        public java.lang.String getName()
      • getClassName

        public java.lang.String getClassName()
      • setName

        public void setName​(java.lang.String name)
      • setClassName

        public void setClassName​(java.lang.String fqcn)
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement