Interface IPythonCodeTypeSpec

All Superinterfaces:
Storable
All Known Implementing Classes:
PythonCodeTypeSpec

public interface IPythonCodeTypeSpec extends Storable
Interface for a Python type specification.
Author:
Kevin Schaperjahn
  • Method Details

    • getOutputTypeName

      String getOutputTypeName()
    • setOutputTypeName

      void setOutputTypeName(String typeName)