com.steadystate.css.dom

Class Property

Implemented Interfaces:
Serializable

public class Property
extends java.lang.Object
implements Serializable

Version:
$Release$
Author:
David Schweinsberg

Constructor Summary

Property(String name, CSSValue value, boolean important)
Creates new Property

Method Summary

String
getName()
CSSValue
getValue()
boolean
isImportant()
void
setImportant(boolean important)
void
setValue(CSSValue value)
String
toString()

Constructor Details

Property

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

Method Details

getName

public String getName()

getValue

public CSSValue getValue()

isImportant

public boolean isImportant()

setImportant

public void setImportant(boolean important)

setValue

public void setValue(CSSValue value)

toString

public String toString()