|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpConstants.HttpMethod | |
---|---|
org.eclipse.lyo.core.trs | Copyright (c) 2013 IBM Corporation. |
Uses of HttpConstants.HttpMethod in org.eclipse.lyo.core.trs |
---|
Methods in org.eclipse.lyo.core.trs that return HttpConstants.HttpMethod | |
---|---|
static HttpConstants.HttpMethod |
HttpConstants.HttpMethod.fromString(String name)
Constructs a HttpMethod from the referenced name, assumed to be the result of calling toString() on an HttpMethod instance. |
static HttpConstants.HttpMethod |
HttpConstants.HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HttpConstants.HttpMethod[] |
HttpConstants.HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |