Class PythonDataField

    • Field Detail

      • pythonObject

        protected long pythonObject
        Part of JCC Python interface to object
    • Constructor Detail

      • PythonDataField

        public PythonDataField()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
      • pythonExtension

        public long pythonExtension()
      • pythonDecRef

        public void pythonDecRef()
      • booleanValue

        public boolean booleanValue​(EncodedMessage message)
        Description copied from interface: DataField
        Get the value of the field as a boolean.
        Specified by:
        booleanValue in interface DataField
        Parameters:
        message - message containing the data
        Returns:
        boolean value of the field