Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.HTTPMethod
Packages that use HTTPMethod
Package
Description
-
Uses of HTTPMethod in com._1c.g5.v8.dt.internal.md.ui.aef.validation
Methods in com._1c.g5.v8.dt.internal.md.ui.aef.validation with parameters of type HTTPMethodModifier and TypeMethodDescriptionprotected ValidationResultsMethodHttpMethodValidator.typedValidate(HTTPMethod value) -
Uses of HTTPMethod in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type HTTPMethodModifier and TypeFieldDescriptionstatic final List<HTTPMethod>HTTPMethod.VALUESA public read-only list of all the 'HTTP Method' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return HTTPMethodModifier and TypeMethodDescriptionstatic HTTPMethodHTTPMethod.get(int value) Returns the 'HTTP Method' literal with the specified integer value.static HTTPMethodReturns the 'HTTP Method' literal with the specified literal value.static HTTPMethodReturns the 'HTTP Method' literal with the specified name.Method.getHttpMethod()Returns the value of the 'Http Method' attribute.static HTTPMethodReturns the enum constant of this class with the specified name.static HTTPMethod[]HTTPMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type HTTPMethodModifier and TypeMethodDescriptionvoidMethod.setHttpMethod(HTTPMethod value) Sets the value of the 'Http Method' attribute. -
Uses of HTTPMethod in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return HTTPMethodModifier and TypeMethodDescriptionMdClassFactoryImpl.createHTTPMethodFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) MethodImpl.getHttpMethod()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type HTTPMethodModifier and TypeMethodDescriptionValidationUtil.findMethodWithSameHttpMethod(URLTemplate urlTemplate, HTTPMethod httpMethod) Finds URL template method with same HTTP method.voidMethodImpl.setHttpMethod(HTTPMethod newHttpMethod) -
Uses of HTTPMethod in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type HTTPMethodModifier and TypeMethodDescriptionbooleanMdClassValidator.validateHTTPMethod(HTTPMethod httpMethod, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)