Class DocumentNull
java.lang.Object
com.inductiveautomation.ignition.common.document.DocumentElement
com.inductiveautomation.ignition.common.document.DocumentNull
- All Implemented Interfaces:
- Serializable
A class representing a 
null value.- See Also:
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptiondeepCopy()Returns the same instance since it is an immutable valuebooleanAll instances of DocumentNull are the sameinthashCode()All instances of DocumentNull have the same hash code since they are indistinguishablecom.inductiveautomation.ignition.common.gson.JsonNullMethods inherited from class com.inductiveautomation.ignition.common.document.DocumentElementfromJson, getAsBigDecimal, getAsBigInteger, getAsBoolean, getAsByte, getAsCharacter, getAsDocument, getAsDocumentArray, getAsDocumentNull, getAsDocumentPrimitive, getAsDouble, getAsFloat, getAsInt, getAsLong, getAsNumber, getAsShort, getAsString, isDocument, isDocumentArray, isDocumentNull, isDocumentPrimitive, toString, toStringNoIndent
- 
Field Details- 
INSTANCE
 
- 
- 
Method Details- 
deepCopyReturns the same instance since it is an immutable value- Specified by:
- deepCopyin class- DocumentElement
 
- 
toJsonElementpublic com.inductiveautomation.ignition.common.gson.JsonNull toJsonElement()- Specified by:
- toJsonElementin class- DocumentElement
 
- 
hashCodepublic int hashCode()All instances of DocumentNull have the same hash code since they are indistinguishable
- 
equalsAll instances of DocumentNull are the same
 
-