Class CSSUnknownValue
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSUnknownValue
-
- All Implemented Interfaces:
Serializable,CSSValue
public class CSSUnknownValue extends Object implements CSSValue
Creation-Date: 23.11.2005, 11:59:26- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSUnknownValue(String cssText)
-
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()CSSTypegetType()StringtoString()
-
-
-
Constructor Detail
-
CSSUnknownValue
public CSSUnknownValue(String cssText)
-
-
Method Detail
-
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
-
-