Uses of Class
net.n2oapp.framework.api.metadata.meta.widget.RequestMethod
-
Packages that use RequestMethod Package Description net.n2oapp.framework.api.metadata.meta.widget -
-
Uses of RequestMethod in net.n2oapp.framework.api.metadata.meta.widget
Methods in net.n2oapp.framework.api.metadata.meta.widget that return RequestMethod Modifier and Type Method Description static RequestMethodRequestMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RequestMethod[]RequestMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-