Class Property

    • Constructor Detail

      • Property

        public Property​(java.lang.String name,
                        org.w3c.dom.css.CSSValue value,
                        boolean important)
        Creates new Property
      • Property

        public Property()
    • Method Detail

      • setName

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

        public java.lang.String getName()
      • getValue

        public org.w3c.dom.css.CSSValue getValue()
      • isImportant

        public boolean isImportant()
      • setValue

        public void setValue​(org.w3c.dom.css.CSSValue value)
      • setImportant

        public void setImportant​(boolean important)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object