com.steadystate.css.dom
Class Property

java.lang.Object
  extended by com.steadystate.css.dom.CSSOMObjectImpl
      extended by com.steadystate.css.dom.Property
All Implemented Interfaces:
CSSOMObject, Serializable

public class Property
extends CSSOMObjectImpl
implements Serializable

Version:
$Id: Property.java,v 1.1 2008/03/20 01:20:16 sdanig Exp $
Author:
David Schweinsberg
See Also:
Serialized Form

Constructor Summary
Property()
           
Property(String name, org.w3c.dom.css.CSSValue value, boolean important)
          Creates new Property
 
Method Summary
 String getName()
           
 org.w3c.dom.css.CSSValue getValue()
           
 boolean isImportant()
           
 void setImportant(boolean important)
           
 void setName(String name)
           
 void setValue(org.w3c.dom.css.CSSValue value)
           
 String toString()
           
 
Methods inherited from class com.steadystate.css.dom.CSSOMObjectImpl
getUserData, getUserDataMap, setUserData, setUserDataMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

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


Property

public Property()
Method Detail

setName

public void setName(String name)

getName

public 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 String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.