Package 

Object ModelChangeTags

    • Method Summary

      Modifier and Type Method Description
      final String getNORMAL() A change was performed through normal means.
      final String getNO_PROPOGATE() A change was performed that should not be propogated to the backend.
      final String getHYDRATE() A change was performed through the backend hydrating the model.
      • Methods inherited from class java.lang.Object

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

      • getNORMAL

         final String getNORMAL()

        A change was performed through normal means.

      • getNO_PROPOGATE

         final String getNO_PROPOGATE()

        A change was performed that should not be propogated to the backend.

      • getHYDRATE

         final String getHYDRATE()

        A change was performed through the backend hydrating the model.