com.steadystate.css.dom
Class Property
java.lang.Object
com.steadystate.css.dom.CSSOMObjectImpl
com.steadystate.css.dom.Property
- All Implemented Interfaces:
- CSSOMObject, java.io.Serializable
public class Property
- extends CSSOMObjectImpl
- implements java.io.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(java.lang.String name,
org.w3c.dom.css.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,
org.w3c.dom.css.CSSValue value,
boolean important)
- Creates new Property
Property
public Property()
setName
public void setName(java.lang.String name)
getName
public java.lang.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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011. All Rights Reserved.