Class FlagInfo

    • Constructor Detail

      • FlagInfo

        public FlagInfo()
        Class constructor. Initializes a new -empty- instance of the FlagInfo class.
      • FlagInfo

        public FlagInfo​(org.w3c.dom.Node root)
        Class constructor. Initializes an FlagInfo instance based on the information included on the XML Node
        Parameters:
        root - Node instance representing the FlagInfo information.
    • Method Detail

      • 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
        Since:
        MicroStrategy Web 9.0.0
      • setValue

        public void setValue​(int value)
      • getValue

        public int getValue()
      • setAction

        public void setAction​(java.lang.String action)
      • getAction

        public java.lang.String getAction()
      • setType

        public void setType​(java.lang.String type)
      • getType

        public java.lang.String getType()
      • setID

        public void setID​(java.lang.String id)
        Since:
        MicroStrategy Web 8.0.1
      • getID

        public java.lang.String getID()
        Since:
        MicroStrategy Web 8.0.1
      • setExculdeDrillPath

        public void setExculdeDrillPath​(boolean excludeDrillPath)
        Since:
        MicroStrategy Web 9.0.0
      • getExculdeDrillPath

        public boolean getExculdeDrillPath()
        Since:
        MicroStrategy Web 9.0.0