Uses of Class
io.vertigo.vega.webservice.definitions.WebServiceParam.ImplicitParam
-
Packages that use WebServiceParam.ImplicitParam Package Description io.vertigo.vega.webservice.definitions -
-
Uses of WebServiceParam.ImplicitParam in io.vertigo.vega.webservice.definitions
Methods in io.vertigo.vega.webservice.definitions that return WebServiceParam.ImplicitParam Modifier and Type Method Description static WebServiceParam.ImplicitParam
WebServiceParam.ImplicitParam. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebServiceParam.ImplicitParam[]
WebServiceParam.ImplicitParam. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-