Class CSSStringValue
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSStringValue
-
- All Implemented Interfaces:
Serializable,CSSValue
public class CSSStringValue extends Object implements CSSValue
Creation-Date: 23.11.2005, 11:50:28- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSStringValue(CSSStringType type, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCSSText()CSSTypegetType()StringgetValue()StringtoString()
-
-
-
Constructor Detail
-
CSSStringValue
public CSSStringValue(CSSStringType type, String value)
-
-
Method Detail
-
getValue
public String getValue()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSTextin interfaceCSSValue
-
-