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 WSReference
TestMdObjectFactory. 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 WSReference
WsReferenceInitializer. 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 boolean
MdContextDefInferrer. _infer(WSReference wsReference, IEObjectProvider typeProvider)
protected boolean
MdImplicitRefInferrer. _infer(WSReference object)
protected boolean
MdTypeInferrer. _inferFrom(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 void
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 WSReference Modifier and Type Method Description WSReference
MdClassFactory. 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 class
WSReferenceImpl
An 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 WSReference
MdClassFactoryImpl. 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 T
MdClassSwitch. 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'.
-