Class InheritValue

  • All Implemented Interfaces:
    Value

    public class InheritValue
    extends AbstractValue
    This singleton class represents the 'inherit' value.
    • Field Detail

      • INSTANCE

        public static final InheritValue INSTANCE
        The only instance of this class.
    • Constructor Detail

      • InheritValue

        protected InheritValue()
        Creates a new InheritValue object.
    • Method Detail

      • getCssText

        public java.lang.String getCssText()
        A string representation of the current value.
      • toString

        public java.lang.String toString()
        Returns a printable representation of this object.
        Overrides:
        toString in class java.lang.Object