Uses of Class
io.vertigo.studio.notebook.webservices.WebServiceSketchParam.WebServiceParamLocation
-
Packages that use WebServiceSketchParam.WebServiceParamLocation Package Description io.vertigo.studio.notebook.webservices -
-
Uses of WebServiceSketchParam.WebServiceParamLocation in io.vertigo.studio.notebook.webservices
Methods in io.vertigo.studio.notebook.webservices that return WebServiceSketchParam.WebServiceParamLocation Modifier and Type Method Description WebServiceSketchParam.WebServiceParamLocation
WebServiceSketchParam. getParamLocation()
static WebServiceSketchParam.WebServiceParamLocation
WebServiceSketchParam.WebServiceParamLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebServiceSketchParam.WebServiceParamLocation[]
WebServiceSketchParam.WebServiceParamLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.vertigo.studio.notebook.webservices with parameters of type WebServiceSketchParam.WebServiceParamLocation Constructor Description WebServiceSketchParam(String name, WebServiceSketchParam.WebServiceParamLocation paramLocation, Type type, io.vertigo.core.lang.Cardinality cardinality)
-