Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Operation
-
Packages that use Operation Package Description com._1c.g5.v8.dt.md.model com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of Operation in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return Operation Modifier and Type Method Description Operation
OperationInitializer. create(IV8Project v8project, Version version)
-
Uses of Operation in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Operation Modifier and Type Method Description Operation
MdClassFactory. createOperation()
Returns a new object of class 'Operation'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Operation Modifier and Type Method Description org.eclipse.emf.common.util.EList<Operation>
WebService. getOperations()
Returns the value of the 'Operations' containment reference list. -
Uses of Operation in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement Operation Modifier and Type Class Description class
OperationImpl
An implementation of the model object 'Operation'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Operation Modifier and Type Method Description Operation
MdClassFactoryImpl. createOperation()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Operation Modifier and Type Method Description org.eclipse.emf.common.util.EList<Operation>
WebServiceImpl. getOperations()
-
Uses of Operation in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Operation Modifier and Type Method Description T
MdClassSwitch. caseOperation(Operation object)
Returns the result of interpreting the object as an instance of 'Operation'.boolean
MdClassValidator. validateOperation(Operation operation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateOperation_validate(Operation operation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Operation'.
-