|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steadystate.css.dom.CSSOMObjectImpl
com.steadystate.css.dom.Property
public class Property
| Constructor Summary | |
|---|---|
Property()
Constructor. |
|
Property(String name,
org.w3c.dom.css.CSSValue value,
boolean important)
Creates new Property. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getName()
Returns the name. |
org.w3c.dom.css.CSSValue |
getValue()
Returns the value. |
int |
hashCode()
|
boolean |
isImportant()
Returns true if the important flag is set. |
void |
setImportant(boolean important)
Sets the important flag to a new value. |
void |
setName(String name)
Sets the name to a new value. |
void |
setValue(org.w3c.dom.css.CSSValue value)
Sets the value to a new value. |
String |
toString()
|
| Methods inherited from class com.steadystate.css.dom.CSSOMObjectImpl |
|---|
getUserData, getUserDataMap, setUserData, setUserDataMap |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Property(String name,
org.w3c.dom.css.CSSValue value,
boolean important)
name - the namevalue - the valueimportant - true if the important flag setpublic Property()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the new namepublic org.w3c.dom.css.CSSValue getValue()
public boolean isImportant()
public void setValue(org.w3c.dom.css.CSSValue value)
value - the new CSSValuepublic void setImportant(boolean important)
important - the new flag valuepublic String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class CSSOMObjectImplpublic int hashCode()
hashCode in class CSSOMObjectImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||