Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Method
-
Packages that use Method Package Description 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 Method in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Method Modifier and Type Method Description Method
MdClassFactory. createMethod()
Returns a new object of class 'Method'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Method Modifier and Type Method Description org.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 Method Modifier and Type Class Description class
MethodImpl
An implementation of the model object 'Method'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Method Modifier and Type Method Description Method
MdClassFactoryImpl. createMethod()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Method Modifier and Type Method Description static List<Method>
ValidationUtil. 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 Method Modifier and Type Method Description T
MdClassSwitch. 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'.
-