Class Property

java.lang.Object
com.steadystate.css.dom.Property
All Implemented Interfaces:
Serializable

public class Property extends Object implements Serializable
Version:
$Release$
Author:
David Schweinsberg
See Also:
  • Constructor Details

    • Property

      public Property(String name, CSSValue value, boolean important)
      Creates new Property
  • Method Details

    • getName

      public String getName()
    • getValue

      public CSSValue getValue()
    • isImportant

      public boolean isImportant()
    • setValue

      public void setValue(CSSValue value)
    • setImportant

      public void setImportant(boolean important)
    • toString

      public String toString()
      Overrides:
      toString in class Object