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 ValidationResults
MethodHttpMethodValidator.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.VALUES
A public read-only list of all the 'HTTP Method' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return HTTPMethodModifier and TypeMethodDescriptionstatic HTTPMethod
HTTPMethod.get
(int value) Returns the 'HTTP Method' literal with the specified integer value.static HTTPMethod
Returns the 'HTTP Method' literal with the specified literal value.static HTTPMethod
Returns the 'HTTP Method' literal with the specified name.Method.getHttpMethod()
Returns the value of the 'Http Method' attribute.static HTTPMethod
Returns 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 TypeMethodDescriptionvoid
Method.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.void
MethodImpl.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 TypeMethodDescriptionboolean
MdClassValidator.validateHTTPMethod
(HTTPMethod httpMethod, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)