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 ExternalDataSource
TestMdObjectFactory. 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 ExternalDataSource
ExternalDataSourceInitializer. 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 boolean
MdContextDefInferrer. _infer(ExternalDataSource dataSource, IEObjectProvider typeProvider)
protected boolean
MdImplicitRefInferrer. _infer(ExternalDataSource object)
protected boolean
MdTypeInferrer. _inferFrom(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 ExternalDataSource
MdClassFactory. createExternalDataSource()
Returns a new object of class 'External Data Source'.ExternalDataSource
Cube. getParentDataSource()
Returns the value of the 'Parent Data Source' reference.ExternalDataSource
Table. 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 void
Cube. setParentDataSource(ExternalDataSource value)
Sets the value of the 'Parent Data Source
' reference.void
Table. 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 class
ExternalDataSourceImpl
An 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 ExternalDataSource
MdClassFactoryImpl. createExternalDataSource()
ExternalDataSource
CubeImpl. getParentDataSource()
ExternalDataSource
TableImpl. 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 void
CubeImpl. setParentDataSource(ExternalDataSource newParentDataSource)
void
TableImpl. 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 T
MdClassSwitch. caseExternalDataSource(ExternalDataSource object)
Returns the result of interpreting the object as an instance of 'External Data Source'.boolean
MdClassValidator. validateExternalDataSource(ExternalDataSource externalDataSource, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-