public class Property extends CSSOMObjectImpl implements Serializable
| Constructor and Description |
|---|
Property() |
Property(String name,
org.w3c.dom.css.CSSValue value,
boolean important)
Creates new Property
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
org.w3c.dom.css.CSSValue |
getValue() |
int |
hashCode() |
boolean |
isImportant() |
void |
setImportant(boolean important) |
void |
setName(String name) |
void |
setValue(org.w3c.dom.css.CSSValue value) |
String |
toString() |
getUserData, getUserDataMap, setUserData, setUserDataMappublic Property(String name, org.w3c.dom.css.CSSValue value, boolean important)
public Property()
public void setName(String name)
public String getName()
public org.w3c.dom.css.CSSValue getValue()
public boolean isImportant()
public void setValue(org.w3c.dom.css.CSSValue value)
public void setImportant(boolean important)
public boolean equals(Object obj)
equals in class CSSOMObjectImplpublic int hashCode()
hashCode in class CSSOMObjectImplCopyright © 2012. All Rights Reserved.