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 booleanequals(Object obj)Determines if this instance of the object is equals to another ObjectStringgetCSSText()StringgetName()StringgetNamespace()StringgetValueType()-
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:
getCSSTextin interfaceCSSValue- Overrides:
getCSSTextin classCSSFunctionValue
-
equals
public boolean equals(Object obj)
Determines if this instance of the object is equals to another Object- Overrides:
equalsin classCSSFunctionValue- Returns:
trueif the supplied object is equivalent to this object,falseotherwise
-
-