Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.ExternalDataSource
-
-
Uses of ExternalDataSource in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return ExternalDataSource Modifier and Type Method Description static ExternalDataSourceTestMdObjectFactory. createExternalDataSource(String name)Creates ExternalDataSource with name -
Uses of ExternalDataSource in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return ExternalDataSource Modifier and Type Method Description ExternalDataSourceExternalDataSourceInitializer. create(IV8Project v8project, Version version) -
Uses of ExternalDataSource in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type ExternalDataSource Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(ExternalDataSource object) -
Uses of ExternalDataSource in com._1c.g5.v8.dt.md.ui.navigator.adapters
Constructors in com._1c.g5.v8.dt.md.ui.navigator.adapters with parameters of type ExternalDataSource Constructor Description Folder(ExternalDataSource externalDataSource, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Constructor.Folder(ExternalDataSource externalDataSource, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Constructor.Folder(ExternalDataSource externalDataSource, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Constructor. -
Uses of ExternalDataSource in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ExternalDataSource Modifier and Type Method Description ExternalDataSourceMdClassFactory. createExternalDataSource()Returns a new object of class 'External Data Source'.ExternalDataSourceCube. getParentDataSource()Returns the value of the 'Parent Data Source' reference.ExternalDataSourceTable. getParentDataSource()Returns the value of the 'Parent Data Source' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ExternalDataSource Modifier and Type Method Description org.eclipse.emf.common.util.EList<ExternalDataSource>Configuration. getExternalDataSources()Returns the value of the 'External Data Sources' reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type ExternalDataSource Modifier and Type Method Description voidCube. setParentDataSource(ExternalDataSource value)Sets the value of the 'Parent Data Source' reference.voidTable. setParentDataSource(ExternalDataSource value)Sets the value of the 'Parent Data Source' reference. -
Uses of ExternalDataSource in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement ExternalDataSource Modifier and Type Class Description classExternalDataSourceImplAn implementation of the model object 'External Data Source'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ExternalDataSource Modifier and Type Method Description ExternalDataSourceMdClassFactoryImpl. createExternalDataSource()ExternalDataSourceCubeImpl. getParentDataSource()ExternalDataSourceTableImpl. getParentDataSource()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ExternalDataSource Modifier and Type Method Description org.eclipse.emf.common.util.EList<ExternalDataSource>ConfigurationImpl. getExternalDataSources()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ExternalDataSource Modifier and Type Method Description voidCubeImpl. setParentDataSource(ExternalDataSource newParentDataSource)voidTableImpl. setParentDataSource(ExternalDataSource newParentDataSource) -
Uses of ExternalDataSource in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ExternalDataSource Modifier and Type Method Description TMdClassSwitch. caseExternalDataSource(ExternalDataSource object)Returns the result of interpreting the object as an instance of 'External Data Source'.booleanMdClassValidator. validateExternalDataSource(ExternalDataSource externalDataSource, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-