Uses of Class
es.bsc.dataclay.util.management.classmgr.python.PythonPropertyInfo
-
Packages that use PythonPropertyInfo Package Description es.bsc.dataclay.logic.classmgr Module intended to management of Metaclasses, Operations, Properties and Implementations.es.bsc.dataclay.util.management.classmgr This package contains classes used in management of Classes. -
-
Uses of PythonPropertyInfo in es.bsc.dataclay.logic.classmgr
Methods in es.bsc.dataclay.logic.classmgr with parameters of type PythonPropertyInfo Modifier and Type Method Description UUID
ClassManagerDB. storePythonPropertyInfo(PythonPropertyInfo type)
Store PythonPropertyInfo into database -
Uses of PythonPropertyInfo in es.bsc.dataclay.util.management.classmgr
Methods in es.bsc.dataclay.util.management.classmgr that return PythonPropertyInfo Modifier and Type Method Description PythonPropertyInfo
Property. getPythonPropertyInfo()
Get Python language-dependant information of the property
-