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:
  • Constructor Details

    • CSSAttrFunction

      public CSSAttrFunction(String namespace, String name, String type)
    • CSSAttrFunction

      public CSSAttrFunction(String namespace, String name)
  • Method Details

    • getName

      public String getName()
    • getValueType

      public String getValueType()
    • getNamespace

      public String getNamespace()
    • getCSSText

      public String getCSSText()
      Specified by:
      getCSSText in interface CSSValue
      Overrides:
      getCSSText in class CSSFunctionValue
    • equals

      public boolean equals(Object obj)
      Determines if this instance of the object is equals to another Object
      Overrides:
      equals in class CSSFunctionValue
      Returns:
      true if the supplied object is equivalent to this object, false otherwise