Uses of Class
jakarta.jws.WebParam.Mode
-
Packages that use WebParam.Mode Package Description jakarta.jws This package defines annotations for light-weight web services programming model. -
-
Uses of WebParam.Mode in jakarta.jws
Methods in jakarta.jws that return WebParam.Mode Modifier and Type Method Description WebParam.Mode
mode()
The direction in which the parameter is flowing (One of IN, OUT, or INOUT).static WebParam.Mode
WebParam.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebParam.Mode[]
WebParam.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-