Package ai.timefold.jpyinterpreter.test
Interface TestdataExtendedInterface
public interface TestdataExtendedInterface
Not a real interface; in main sources instead of test sources
so a Python test can use it.
-
Method Summary
Modifier and TypeMethodDescriptionstatic intgetInt(TestdataExtendedInterface instance, int value) static StringgetString(TestdataExtendedInterface instance, String name) intMethod(PythonInteger value) stringMethod(PythonString name)
-
Method Details
-
stringMethod
-
intMethod
-
getString
-
getInt
-