Uses of Interface
es.bsc.dataclay.util.management.classmgr.LanguageDependantClassInfo
-
Packages that use LanguageDependantClassInfo Package Description es.bsc.dataclay.util.management.classmgr This package contains classes used in management of Classes.es.bsc.dataclay.util.management.classmgr.java Specifications of Java dependant information.es.bsc.dataclay.util.management.classmgr.python This package contains Python dependant information classes. -
-
Uses of LanguageDependantClassInfo in es.bsc.dataclay.util.management.classmgr
Methods in es.bsc.dataclay.util.management.classmgr that return types with arguments of type LanguageDependantClassInfo Modifier and Type Method Description Map<CommonMessages.Langs,LanguageDependantClassInfo>
MetaClass. getLanguageDepInfos()
Get the MetaClass::languageDepInfosMethods in es.bsc.dataclay.util.management.classmgr with parameters of type LanguageDependantClassInfo Modifier and Type Method Description void
MetaClass. addLanguageDepInfo(LanguageDependantClassInfo langClassInfo)
Add language dependant class informationMethod parameters in es.bsc.dataclay.util.management.classmgr with type arguments of type LanguageDependantClassInfo Modifier and Type Method Description void
MetaClass. setLanguageDepInfos(Map<CommonMessages.Langs,LanguageDependantClassInfo> newlanguageDepInfos)
Set the MetaClass::languageDepInfos -
Uses of LanguageDependantClassInfo in es.bsc.dataclay.util.management.classmgr.java
Classes in es.bsc.dataclay.util.management.classmgr.java that implement LanguageDependantClassInfo Modifier and Type Class Description class
JavaClassInfo
This class represents Java language dependant information for a MetaClass. -
Uses of LanguageDependantClassInfo in es.bsc.dataclay.util.management.classmgr.python
Classes in es.bsc.dataclay.util.management.classmgr.python that implement LanguageDependantClassInfo Modifier and Type Class Description class
PythonClassInfo
This class represents Python language dependant information for a MetaClass.
-