Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Method
Packages that use Method
Package
Description
-
Uses of Method in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return MethodModifier and TypeMethodDescriptionMdClassFactory.createMethod()
Returns a new object of class 'Method'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type MethodModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Method>
URLTemplate.getMethods()
Returns the value of the 'Methods' containment reference list. -
Uses of Method in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement MethodModifier and TypeClassDescriptionclass
An implementation of the model object 'Method'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return MethodMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type MethodModifier and TypeMethodDescriptionValidationUtil.findMethodWithSameHttpMethod
(URLTemplate urlTemplate, HTTPMethod httpMethod) Finds URL template method with same HTTP method.org.eclipse.emf.common.util.EList<Method>
URLTemplateImpl.getMethods()
-
Uses of Method in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type MethodModifier and TypeMethodDescriptionMdClassSwitch.caseMethod
(Method object) Returns the result of interpreting the object as an instance of 'Method'.boolean
MdClassValidator.validateMethod
(Method method, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) boolean
MdClassValidator.validateMethod_validate
(Method method, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Validates the validate constraint of 'Method'.