Class CSSAttrFunction
java.lang.Object
org.pentaho.reporting.libraries.css.values.CSSFunctionValue
org.pentaho.reporting.libraries.css.values.CSSAttrFunction
- All Implemented Interfaces:
Serializable,CSSValue
Creation-Date: 05.12.2005, 20:41:01
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCSSAttrFunction(String namespace, String name) CSSAttrFunction(String namespace, String name, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines if this instance of the object is equals to another ObjectgetName()Methods inherited from class org.pentaho.reporting.libraries.css.values.CSSFunctionValue
getFunctionName, getParameters, getType, toString
-
Constructor Details
-
CSSAttrFunction
-
CSSAttrFunction
-
-
Method Details
-
getName
-
getValueType
-
getNamespace
-
getCSSText
- Specified by:
getCSSTextin interfaceCSSValue- Overrides:
getCSSTextin classCSSFunctionValue
-
equals
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
-