Class ChangedMetadata

    • Method Summary

      Modifier and Type Method Description
      java.lang.String getKey()
      Gets the key of the metadata that changed.
      Node getNewValue()
      Gets the new metadata value for this key.
      Node getOldValue()
      Gets the old metadata value for this key.
      SourceLocation getSourceLocation()
      Gets the source location of a value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Gets the key of the metadata that changed.
        Returns:
        Returns the changed key.
      • getOldValue

        public Node getOldValue()
        Gets the old metadata value for this key.
        Returns:
        Returns the value in the old model.
      • getNewValue

        public Node getNewValue()
        Gets the new metadata value for this key.
        Returns:
        Returns the value in the new model.