Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.IntegrationServiceChannel
-
-
Uses of IntegrationServiceChannel in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return IntegrationServiceChannel Modifier and Type Method Description IntegrationServiceChannel
IntegrationServiceChannelInitializer. create(IV8Project v8project, Version version)
-
Uses of IntegrationServiceChannel in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type IntegrationServiceChannel Modifier and Type Method Description protected boolean
MdContextDefInferrer. _infer(IntegrationServiceChannel integrationServiceChannel, IEObjectProvider typeProvider)
protected boolean
MdTypeInferrer. _inferFrom(IntegrationServiceChannel object)
-
Uses of IntegrationServiceChannel in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type IntegrationServiceChannel Modifier and Type Method Description protected void
IntegrationServiceChannelRule. buildForObject(IntegrationServiceChannel object, IV8Project v8Project)
-
Uses of IntegrationServiceChannel in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return IntegrationServiceChannel Modifier and Type Method Description IntegrationServiceChannel
MdClassFactory. createIntegrationServiceChannel()
Returns a new object of class 'Integration Service Channel'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type IntegrationServiceChannel Modifier and Type Method Description org.eclipse.emf.common.util.EList<IntegrationServiceChannel>
IntegrationService. getIntegrationServiceChannels()
Returns the value of the 'Integration Service Channels' containment reference list. -
Uses of IntegrationServiceChannel in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement IntegrationServiceChannel Modifier and Type Class Description class
IntegrationServiceChannelImpl
An implementation of the model object 'Integration Service Channel'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return IntegrationServiceChannel Modifier and Type Method Description IntegrationServiceChannel
MdClassFactoryImpl. createIntegrationServiceChannel()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type IntegrationServiceChannel Modifier and Type Method Description org.eclipse.emf.common.util.EList<IntegrationServiceChannel>
IntegrationServiceImpl. getIntegrationServiceChannels()
-
Uses of IntegrationServiceChannel in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type IntegrationServiceChannel Modifier and Type Method Description T
MdClassSwitch. caseIntegrationServiceChannel(IntegrationServiceChannel object)
Returns the result of interpreting the object as an instance of 'Integration Service Channel'.boolean
MdClassValidator. validateIntegrationServiceChannel(IntegrationServiceChannel integrationServiceChannel, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-