Class CSSStringSetDefinition

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

public class CSSStringSetDefinition extends Object implements CSSValue
Creation-Date: 01.12.2005, 18:21:53
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • CSSStringSetDefinition

      public CSSStringSetDefinition(String identifier, CSSValue value)
  • Method Details

    • getIdentifier

      public String getIdentifier()
    • getValue

      public CSSValue getValue()
    • 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