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, setUserDataMap
public 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 CSSOMObjectImpl
public int hashCode()
hashCode
in class CSSOMObjectImpl
Copyright © 2012. All Rights Reserved.