Class Transition

    • Field Detail

      • ATT_ID

        protected static final java.lang.String ATT_ID
        xml attribute name for widget ID
        See Also:
        Constant Field Values
      • ATT_TITLE

        protected static final java.lang.String ATT_TITLE
        xml attribute name for widget title
        See Also:
        Constant Field Values
      • ATT_TITLE_ID

        protected static final java.lang.String ATT_TITLE_ID
        xml attribute name for widget title_id
        See Also:
        Constant Field Values
      • ATT_SCOPE

        protected static final java.lang.String ATT_SCOPE
        xml attribute name for widget scope
        See Also:
        Constant Field Values
      • ATT_DEFAULT_SPEED

        protected static final java.lang.String ATT_DEFAULT_SPEED
        xml attribute name for widget scope
        See Also:
        Constant Field Values
    • Constructor Detail

      • Transition

        public Transition()
        Since:
        MicroStrategy Web 9.0.0
      • Transition

        public Transition​(org.w3c.dom.Node root)
    • 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
      • get_defaultSpeed

        public int get_defaultSpeed()
        Returns:
        the _defaultSpeed
      • set_defaultSpeed

        public void set_defaultSpeed​(int speed)
        Parameters:
        speed - the _defaultSpeed to set
      • getId

        public java.lang.String getId()
        Returns:
        the _id
      • setId

        public void setId​(java.lang.String _id)
        Parameters:
        _id - the _id to set
      • getScope

        public java.lang.String getScope()
        Returns:
        the _scope
      • setScope

        public void setScope​(java.lang.String _scope)
        Parameters:
        _scope - the _scope to set
      • getTitle

        public java.lang.String getTitle()
        Returns:
        the _title
      • setTitle

        public void setTitle​(java.lang.String _title)
        Parameters:
        _title - the _title to set
      • getTitleId

        public java.lang.String getTitleId()
        Returns:
        the _title
      • setTitleId

        public void setTitleId​(java.lang.String _title)
        Parameters:
        _title - the _title to set