com.steadystate.css.dom
Class Property

java.lang.Object
  extended by 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
 
Method Summary
 java.lang.String getName()
           
 CSSValue getValue()
           
 boolean isImportant()
           
 void setImportant(boolean important)
           
 void setValue(CSSValue value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property(java.lang.String name,
                CSSValue value,
                boolean important)
Creates new Property

Method Detail

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