Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.WSReference
-
-
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 WSReference Modifier and Type Method Description static WSReferenceTestMdObjectFactory. createWSReference(String name)Creates WSReference with name -
Uses of WSReference in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return WSReference Modifier and Type Method Description WSReferenceWsReferenceInitializer. 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 WSReference Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(WSReference object) -
Uses of WSReference in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type WSReference Modifier and Type Method Description voidMdValidator. 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 WSReference Modifier and Type Method Description WSReferenceMdClassFactory. 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 WSReference Modifier and Type Method Description org.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 WSReference Modifier and Type Class Description classWSReferenceImplAn implementation of the model object 'WS Reference'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return WSReference Modifier and Type Method Description WSReferenceMdClassFactoryImpl. createWSReference()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type WSReference Modifier and Type Method Description org.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 WSReference Modifier and Type Method Description TMdClassSwitch. caseWSReference(WSReference object)Returns the result of interpreting the object as an instance of 'WS Reference'.booleanMdClassValidator. validateWSReference(WSReference wsReference, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateWSReference_validate(WSReference wsReference, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'WS Reference'.
-