com.steadystate.css.dom
Class Property
java.lang.Object
com.steadystate.css.dom.CSSOMObjectImpl
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
Property
public Property(String name,
org.w3c.dom.css.CSSValue value,
boolean important)
- Creates new Property
Property
public Property()
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 © 2011. All Rights Reserved.