Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.HTTPMethod
-
Packages that use HTTPMethod 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 HTTPMethod in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type HTTPMethod Modifier and Type Field Description static 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 HTTPMethod Modifier and Type Method Description static HTTPMethod
HTTPMethod. get(int value)
Returns the 'HTTP Method' literal with the specified integer value.static HTTPMethod
HTTPMethod. get(String literal)
Returns the 'HTTP Method' literal with the specified literal value.static HTTPMethod
HTTPMethod. getByName(String name)
Returns the 'HTTP Method' literal with the specified name.HTTPMethod
Method. getHttpMethod()
Returns the value of the 'Http Method' attribute.static HTTPMethod
HTTPMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static HTTPMethod[]
HTTPMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type HTTPMethod Modifier and Type Method Description void
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 HTTPMethod Modifier and Type Method Description HTTPMethod
MdClassFactoryImpl. createHTTPMethodFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
HTTPMethod
MethodImpl. getHttpMethod()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type HTTPMethod Modifier and Type Method Description static List<Method>
ValidationUtil. 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 HTTPMethod Modifier and Type Method Description boolean
MdClassValidator. validateHTTPMethod(HTTPMethod httpMethod, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-