Class PropertyValue

    • Field Detail

      • NODE_PROPERTY_VALUE

        public static final java.lang.String NODE_PROPERTY_VALUE
        the constant for the PropertyValue
        See Also:
        Constant Field Values
      • ATT_HTML_VALUE

        public static final java.lang.String ATT_HTML_VALUE
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • ATT_MAPPED_VALUE

        public static final java.lang.String ATT_MAPPED_VALUE
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • ATT_DEFAULT

        public static final java.lang.String ATT_DEFAULT
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • PropertyValue

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

        public PropertyValue​(java.lang.String htmlVame,
                             java.lang.String mappedValue)
        Class constructor. Initializes a new instance of the PropertyValue class with the information given as parameters
        Parameters:
        htmlVame - The HTML value of the formatting property.
        mappedValue - The mapped value of the formatting property.
      • PropertyValue

        public PropertyValue​(org.w3c.dom.Node root)
        Class constructor. Initializes a PropertyValue instance based on the information included on the XML Node
        Parameters:
        root - Node instance representing the PropertyValue 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
      • getHTMLValue

        public java.lang.String getHTMLValue()
        Get the html value of the Property
        Returns:
        The HTML value of the property.
      • setHTMLValue

        public void setHTMLValue​(java.lang.String value)
        Set the html value of the Property
        Parameters:
        value - The html value of the property.
      • getMappedValue

        public java.lang.String getMappedValue()
        Get the mapped value of the Property
        Returns:
        The mapped value of the property.
      • setMappedValue

        public void setMappedValue​(java.lang.String value)
        Set the mapped value of the Property
        Parameters:
        value - The mapped value of the property.
      • getDefaultValue

        public boolean getDefaultValue()
        Get the default attribute of the property value
        Returns:
        true if this is the default value of the property.
      • setDefaultValue

        public void setDefaultValue​(boolean value)
        Set true if this is the default value of the property
        Parameters:
        value - true if this is the default value of the property