com.steadystate.css.dom
Class Property
java.lang.Object
com.steadystate.css.dom.Property
- All Implemented Interfaces:
- java.io.Serializable
public class Property
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Release$
- Author:
- David Schweinsberg
- See Also:
- Serialized Form
Constructor Summary |
Property(java.lang.String name,
CSSValue value,
boolean important)
Creates new Property |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Property
public Property(java.lang.String name,
CSSValue value,
boolean important)
- Creates new Property
getName
public java.lang.String getName()
getValue
public CSSValue getValue()
isImportant
public boolean isImportant()
setValue
public void setValue(CSSValue value)
setImportant
public void setImportant(boolean important)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object