Class CSSAttrFunction
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSFunctionValue
-
- org.pentaho.reporting.libraries.css.values.CSSAttrFunction
-
- All Implemented Interfaces:
Serializable
,CSSValue
public class CSSAttrFunction extends CSSFunctionValue
Creation-Date: 05.12.2005, 20:41:01- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSAttrFunction(String namespace, String name)
CSSAttrFunction(String namespace, String name, String type)
-
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
getName()
String
getNamespace()
String
getValueType()
-
Methods inherited from class org.pentaho.reporting.libraries.css.values.CSSFunctionValue
getFunctionName, getParameters, getType, toString
-
-
-
-
Method Detail
-
getName
public String getName()
-
getValueType
public String getValueType()
-
getNamespace
public String getNamespace()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSText
in interfaceCSSValue
- Overrides:
getCSSText
in classCSSFunctionValue
-
equals
public boolean equals(Object obj)
Determines if this instance of the object is equals to another Object- Overrides:
equals
in classCSSFunctionValue
- Returns:
true
if the supplied object is equivalent to this object,false
otherwise
-
-