Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.WSReference
Packages that use WSReference
Package
Description
-
Uses of WSReference in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return WSReferenceModifier and TypeMethodDescriptionstatic WSReference
TestMdObjectFactory.createWSReference
(String name) Creates WSReference with name -
Uses of WSReference in com._1c.g5.v8.dt.internal.md.extension._import.xml.model
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml.model that return WSReferenceModifier and TypeMethodDescriptionAdoptedWsReferenceInitializer.create
(IV8Project v8project, Version version) -
Uses of WSReference in com._1c.g5.v8.dt.internal.md.ui.editors.wsreference
Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.wsreference with parameters of type WSReferenceModifierConstructorDescriptionWsReferenceEditorInput
(WSReference wsReference) Instantiates a newWSReference
editor input. -
Uses of WSReference in com._1c.g5.v8.dt.internal.ws
Method parameters in com._1c.g5.v8.dt.internal.ws with type arguments of type WSReferenceModifier and TypeMethodDescriptionvoid
WsDefinitionsNewWizardRelatedModelsFactory.createModels
(IDtNewWizardContext<WSReference> context, Set<org.eclipse.emf.ecore.EObject> createdModels) -
Uses of WSReference in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return WSReferenceModifier and TypeMethodDescriptionWsReferenceInitializer.create
(IV8Project v8project, Version version) -
Uses of WSReference in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type WSReferenceModifier and TypeMethodDescriptionprotected boolean
MdImplicitRefInferrer._infer
(WSReference object) -
Uses of WSReference 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 WSReferenceModifier and TypeMethodDescriptionprotected void
WsReferenceRule.buildForObject
(WSReference object, IV8Project v8Project) -
Uses of WSReference in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type WSReferenceModifier and TypeMethodDescriptionvoid
MdValidator.checkWSReference
(WSReference wsRef) Deprecated. -
Uses of WSReference in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return WSReferenceModifier and TypeMethodDescriptionMdClassFactory.createWSReference()
Returns a new object of class 'WS Reference'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type WSReferenceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<WSReference>
Configuration.getWsReferences()
Returns the value of the 'Ws References' reference list. -
Uses of WSReference in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement WSReferenceModifier and TypeClassDescriptionclass
An implementation of the model object 'WS Reference'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return WSReferenceMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type WSReferenceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<WSReference>
ConfigurationImpl.getWsReferences()
-
Uses of WSReference in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type WSReferenceModifier and TypeMethodDescriptionMdClassSwitch.caseWSReference
(WSReference object) Returns the result of interpreting the object as an instance of 'WS Reference'.boolean
MdClassValidator.validateWSReference
(WSReference wsReference, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) boolean
MdClassValidator.validateWSReference_validate
(WSReference wsReference, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Validates the validate constraint of 'WS Reference'.