Class StubImportNames
- java.lang.Object
-
- es.bsc.dataclay.logic.classmgr.bytecode.pysrc.constants.StubImportNames
-
public final class StubImportNames extends Object
This class contains names of includes as Stub's constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DCLAY_BASECLASS
Name of the Python Stub class in the wasabi module.static String
DCLAY_OBJECT_CLSNAME
Name of the Python Stub class in the wasabi module.static String
STUB_MODULE
Wasabi public import name.static String
UUID_MODULE
UUID class name.
-
-
-
Field Detail
-
UUID_MODULE
public static final String UUID_MODULE
UUID class name.- See Also:
- Constant Field Values
-
STUB_MODULE
public static final String STUB_MODULE
Wasabi public import name.- See Also:
- Constant Field Values
-
DCLAY_BASECLASS
public static final String DCLAY_BASECLASS
Name of the Python Stub class in the wasabi module.- See Also:
- Constant Field Values
-
DCLAY_OBJECT_CLSNAME
public static final String DCLAY_OBJECT_CLSNAME
Name of the Python Stub class in the wasabi module.- See Also:
- Constant Field Values
-
-