Package 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
CSSValue
getValue()
boolean
isImportant()
void
setImportant(boolean important)
void
setValue(CSSValue value)
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
-