Class CSSStringSetDefinition
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSStringSetDefinition
-
- All Implemented Interfaces:
Serializable
,CSSValue
public class CSSStringSetDefinition extends Object implements CSSValue
Creation-Date: 01.12.2005, 18:21:53- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSStringSetDefinition(String identifier, CSSValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Determines if this instance of the object is equals to another ObjectString
getCSSText()
String
getIdentifier()
CSSType
getType()
CSSValue
getValue()
String
toString()
-