Class DatasetUtilities.PyDataSet.PyRow.StringIndexDelegate

java.lang.Object
org.python.core.SequenceIndexDelegate
com.inductiveautomation.ignition.common.script.builtin.DatasetUtilities.PyDataSet.PyRow.StringIndexDelegate
All Implemented Interfaces:
Serializable
Enclosing class:
DatasetUtilities.PyDataSet.PyRow

protected class DatasetUtilities.PyDataSet.PyRow.StringIndexDelegate extends org.python.core.SequenceIndexDelegate
See Also:
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.python.core.PyObject
    checkIdxAndGetItem(org.python.core.PyObject idx)
     

    Methods inherited from class org.python.core.SequenceIndexDelegate

    checkIdxAndDelItem, checkIdxAndFindItem, checkIdxAndFindItem, checkIdxAndSetItem, checkIdxAndSetItem, checkIdxAndSetSlice, delSlice, getSlice

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StringIndexDelegate

      protected StringIndexDelegate()
  • Method Details

    • checkIdxAndGetItem

      public org.python.core.PyObject checkIdxAndGetItem(org.python.core.PyObject idx)
      Overrides:
      checkIdxAndGetItem in class org.python.core.SequenceIndexDelegate