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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.python.core.PyObjectcheckIdxAndGetItem(org.python.core.PyObject idx) Methods inherited from class org.python.core.SequenceIndexDelegatecheckIdxAndDelItem, checkIdxAndFindItem, checkIdxAndFindItem, checkIdxAndSetItem, checkIdxAndSetItem, checkIdxAndSetSlice, delSlice, getSlice
- 
Constructor Details- 
StringIndexDelegateprotected StringIndexDelegate()
 
- 
- 
Method Details- 
checkIdxAndGetItempublic org.python.core.PyObject checkIdxAndGetItem(org.python.core.PyObject idx) - Overrides:
- checkIdxAndGetItemin class- org.python.core.SequenceIndexDelegate
 
 
-