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 booleanequals(Object obj)Determines if this instance of the object is equals to another ObjectStringgetCSSText()StringgetIdentifier()StringgetListStyle()StringgetSeparator()CSSTypegetType()StringtoString()
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
getListStyle
public String getListStyle()
-
getSeparator
public String getSeparator()
-
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
-
-