Class MobileDataHelper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String scriptName()  
      org.python.core.PyObject toPy​(com.inductiveautomation.ignition.common.gson.JsonElement element)
      Converts the json element to the appropriate PyObject.
      • Methods inherited from class java.lang.Object

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

      • scriptName

        @Nonnull
        public java.lang.String scriptName()
      • toPy

        @Nullable
        public org.python.core.PyObject toPy​(@Nullable
                                             com.inductiveautomation.ignition.common.gson.JsonElement element)
        Converts the json element to the appropriate PyObject. Override if any custom handling is required before creating the PyObject.