Class CSSUnknownValue

java.lang.Object
org.pentaho.reporting.libraries.css.values.CSSUnknownValue
All Implemented Interfaces:
Serializable, CSSValue

public class CSSUnknownValue extends Object implements CSSValue
Creation-Date: 23.11.2005, 11:59:26
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • CSSUnknownValue

      public CSSUnknownValue(String cssText)
  • Method Details

    • getCSSText

      public String getCSSText()
      Specified by:
      getCSSText in interface CSSValue
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public CSSType getType()
      Specified by:
      getType in interface CSSValue