Class PythonClassInfo
- java.lang.Object
-
- es.bsc.dataclay.util.management.classmgr.python.PythonClassInfo
-
- All Implemented Interfaces:
LanguageDependantClassInfo
public final class PythonClassInfo extends Object implements LanguageDependantClassInfo
This class represents Python language dependant information for a MetaClass.
-
-
Constructor Summary
Constructors Constructor Description PythonClassInfo()
Creates an empty PythonClassInfoPythonClassInfo(List<String> newimports)
PythonClassInfoconstructor with provided specifications and IDs
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getId()
List<String>
getImports()
Get the MetaClass::importsvoid
setId(UUID theid)
void
setImports(List<String> newimports)
Set the MetaClass::imports
-