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 boolean
equals(Object obj)
String
getCSSText()
CSSType
getType()
String
getValue()
String
toString()
-
-
-
Constructor Detail
-
CSSStringValue
public CSSStringValue(CSSStringType type, String value)
-
-
Method Detail
-
getValue
public String getValue()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSText
in interfaceCSSValue
-
-