Uses of Interface
com.orchestranetworks.addon.dml.DataModelSource
-
Packages that use DataModelSource Package Description com.orchestranetworks.addon.dml Classes and interfaces to call the Dynamic data modeling service. -
-
Uses of DataModelSource in com.orchestranetworks.addon.dml
Classes in com.orchestranetworks.addon.dml that implement DataModelSource Modifier and Type Class Description classSourceFileSpecifies the configuration to create a data model source from a file.classSourcePrimaryKeySpecifies the configurations to create a data model source from an instance of aPrimaryKeythat identifies a record of the Data model table in the Dynamic data modeling dataset.Methods in com.orchestranetworks.addon.dml that return DataModelSource Modifier and Type Method Description DataModelSourceDataModelSpec. getDataModelSource()Returns an instance ofDataModelSource.Methods in com.orchestranetworks.addon.dml with parameters of type DataModelSource Modifier and Type Method Description voidDataModelSpec. setDataModelSource(DataModelSource dataModelSource)Sets an instance ofDataModelSource.
-