java.lang.Object
com.inductiveautomation.ignition.common.document.DocumentElement
com.inductiveautomation.ignition.common.document.DocumentNull
All Implemented Interfaces:
Serializable

public final class DocumentNull extends DocumentElement
A class representing a null value.
See Also:
  • Field Details

  • Method Details

    • deepCopy

      public DocumentNull deepCopy()
      Returns the same instance since it is an immutable value
      Specified by:
      deepCopy in class DocumentElement
    • toJsonElement

      public com.inductiveautomation.ignition.common.gson.JsonNull toJsonElement()
      Specified by:
      toJsonElement in class DocumentElement
    • hashCode

      public int hashCode()
      All instances of DocumentNull have the same hash code since they are indistinguishable
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      All instances of DocumentNull are the same
      Overrides:
      equals in class Object