Uses of Class
org.odpi.openmetadata.accessservices.analyticsmodeling.model.module.MetadataModule
-
Packages that use MetadataModule Package Description org.odpi.openmetadata.accessservices.analyticsmodeling.model org.odpi.openmetadata.accessservices.analyticsmodeling.model.response -
-
Uses of MetadataModule in org.odpi.openmetadata.accessservices.analyticsmodeling.model
Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.model that return MetadataModule Modifier and Type Method Description MetadataModuleResponseContainerModule. getPhysicalModule()Get Analytics Modeling module.Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.model with parameters of type MetadataModule Modifier and Type Method Description voidResponseContainerModule. setPhysicalModule(MetadataModule value)Set Analytics Modeling module. -
Uses of MetadataModule in org.odpi.openmetadata.accessservices.analyticsmodeling.model.response
Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.model.response that return MetadataModule Modifier and Type Method Description MetadataModulePhysicalModule. getModule()Get list of tables in database schema.Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.model.response with parameters of type MetadataModule Modifier and Type Method Description voidPhysicalModule. setModule(MetadataModule value)Set list of table names of the database schema.
-