Uses of Enum Class
org.eclipse.lyo.core.trs.HttpConstants.HttpMethod
Packages that use HttpConstants.HttpMethod
-
Uses of HttpConstants.HttpMethod in org.eclipse.lyo.core.trs
Methods in org.eclipse.lyo.core.trs that return HttpConstants.HttpMethodModifier and TypeMethodDescriptionstatic HttpConstants.HttpMethod
HttpConstants.HttpMethod.fromString
(String name) Constructs a HttpMethod from the referenced name, assumed to be the result of callingtoString()
on an HttpMethod instance.static HttpConstants.HttpMethod
Returns the enum constant of this class with the specified name.static HttpConstants.HttpMethod[]
HttpConstants.HttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.