Uses of Interface
es.bsc.dataclay.util.management.classmgr.LanguageDependantPropertyInfo
-
Packages that use LanguageDependantPropertyInfo 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 LanguageDependantPropertyInfo in es.bsc.dataclay.util.management.classmgr
Methods in es.bsc.dataclay.util.management.classmgr that return types with arguments of type LanguageDependantPropertyInfo Modifier and Type Method Description Map<CommonMessages.Langs,LanguageDependantPropertyInfo>
Property. getLanguageDepInfos()
Get the Property::languageDepInfosMethods in es.bsc.dataclay.util.management.classmgr with parameters of type LanguageDependantPropertyInfo Modifier and Type Method Description void
Property. addLanguageDepInfo(LanguageDependantPropertyInfo langInfo)
Add language dependant informationMethod parameters in es.bsc.dataclay.util.management.classmgr with type arguments of type LanguageDependantPropertyInfo Modifier and Type Method Description void
Property. setLanguageDepInfos(Map<CommonMessages.Langs,LanguageDependantPropertyInfo> newlanguageDepInfos)
Set the Property::languageDepInfos -
Uses of LanguageDependantPropertyInfo in es.bsc.dataclay.util.management.classmgr.java
Classes in es.bsc.dataclay.util.management.classmgr.java that implement LanguageDependantPropertyInfo Modifier and Type Class Description class
JavaPropertyInfo
This class represents Java dependant information for a Property. -
Uses of LanguageDependantPropertyInfo in es.bsc.dataclay.util.management.classmgr.python
Classes in es.bsc.dataclay.util.management.classmgr.python that implement LanguageDependantPropertyInfo Modifier and Type Class Description class
PythonPropertyInfo
This class represents Python dependant information for a Property.
-