Class CMARichNode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object data  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CMARichNode​(java.lang.String nodeType)
      Create an instance, settings its node type.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNodeType()  
      • Methods inherited from class java.lang.Object

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

      • data

        @Nullable
        protected java.lang.Object data
    • Constructor Detail

      • CMARichNode

        protected CMARichNode​(java.lang.String nodeType)
        Create an instance, settings its node type.
        Parameters:
        nodeType - the type of node to be used for creating json.
    • Method Detail

      • getNodeType

        public java.lang.String getNodeType()
        Returns:
        the internal node type.