Class AbstractValue

  • All Implemented Interfaces:
    IValue
    Direct Known Subclasses:
    TypeValue, ValueList, ValueMap

    public abstract class AbstractValue
    extends java.lang.Object
    implements IValue
    Define the abstract value.
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractValue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.sling.commons.json.JSONObject toJson()
      Returns JSON representation of this value.
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AbstractValue

        public AbstractValue()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object