Class IncludeBlock

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

    public class IncludeBlock
    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
    • Field Detail

      • NODE_INCLUDEBLOCK

        public static final java.lang.String NODE_INCLUDEBLOCK
        See Also:
        Constant Field Values
    • Constructor Detail

      • IncludeBlock

        public IncludeBlock()
    • Method Detail

      • getName

        public java.lang.String getName()
      • getDirectory

        public java.lang.String getDirectory()
      • setName

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

        public void setDirectory​(java.lang.String dir)
      • 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