public class CSSValuePair extends Object implements CSSValue
| Constructor and Description |
|---|
CSSValuePair(CSSValue firstValue) |
CSSValuePair(CSSValue firstValue,
CSSValue secondValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Determines if this instance of the object is equals to another Object
|
String |
getCSSText() |
CSSValue |
getFirstValue() |
CSSValue |
getSecondValue() |
CSSType |
getType() |
String |
toString() |
public CSSValuePair(CSSValue firstValue)
public CSSValue getFirstValue()
public CSSValue getSecondValue()
public String getCSSText()
getCSSText in interface CSSValuepublic boolean equals(Object obj)