Class CSSCounterFunction
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSCounterFunction
-
- All Implemented Interfaces:
Serializable
,CSSValue
public class CSSCounterFunction extends Object implements CSSValue
Creation-Date: 23.11.2005, 12:04:56- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSCounterFunction(String identifier, String listStyle, String separator)
-
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()
String
getListStyle()
String
getSeparator()
CSSType
getType()
String
toString()
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
getListStyle
public String getListStyle()
-
getSeparator
public String getSeparator()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSText
in interfaceCSSValue
-
equals
public boolean equals(Object obj)
Determines if this instance of the object is equals to another Object
-
-