Class CSSValuePair
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSValuePair
-
- All Implemented Interfaces:
Serializable,CSSValue
public class CSSValuePair extends Object implements CSSValue
Creation-Date: 15.04.2006, 10:56:53- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSValuePair(CSSValue firstValue)CSSValuePair(CSSValue firstValue, CSSValue secondValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Determines if this instance of the object is equals to another ObjectStringgetCSSText()CSSValuegetFirstValue()CSSValuegetSecondValue()CSSTypegetType()StringtoString()
-
-
-
Method Detail
-
getFirstValue
public CSSValue getFirstValue()
-
getSecondValue
public CSSValue getSecondValue()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSTextin interfaceCSSValue
-
equals
public boolean equals(Object obj)
Determines if this instance of the object is equals to another Object
-
-