Uses of Interface
es.bsc.dataclay.util.management.classmgr.LanguageDependantAnnotationInfo
-
Packages that use LanguageDependantAnnotationInfo 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 LanguageDependantAnnotationInfo in es.bsc.dataclay.util.management.classmgr
Methods in es.bsc.dataclay.util.management.classmgr that return types with arguments of type LanguageDependantAnnotationInfo Modifier and Type Method Description Map<CommonMessages.Langs,LanguageDependantAnnotationInfo>
Annotation. getLanguageDepInfos()
Methods in es.bsc.dataclay.util.management.classmgr with parameters of type LanguageDependantAnnotationInfo Modifier and Type Method Description void
Annotation. addLanguageDepInfo(LanguageDependantAnnotationInfo langInfo)
Add language dependant informationMethod parameters in es.bsc.dataclay.util.management.classmgr with type arguments of type LanguageDependantAnnotationInfo Modifier and Type Method Description void
Annotation. setLanguageDepInfos(Map<CommonMessages.Langs,LanguageDependantAnnotationInfo> languageDepInfos)
-
Uses of LanguageDependantAnnotationInfo in es.bsc.dataclay.util.management.classmgr.java
Classes in es.bsc.dataclay.util.management.classmgr.java that implement LanguageDependantAnnotationInfo Modifier and Type Class Description class
JavaAnnotationInfo
This class represents Java dependant information for an Annotation. -
Uses of LanguageDependantAnnotationInfo in es.bsc.dataclay.util.management.classmgr.python
Classes in es.bsc.dataclay.util.management.classmgr.python that implement LanguageDependantAnnotationInfo Modifier and Type Class Description class
PythonAnnotationInfo
This class represents Python dependant information for an Annotation.
-