Uses of Class
com.sun.research.ws.wadl.ParamStyle
-
Packages that use ParamStyle Package Description com.sun.research.ws.wadl -
-
Uses of ParamStyle in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl declared as ParamStyle Modifier and Type Field Description protected ParamStyleParam. styleMethods in com.sun.research.ws.wadl that return ParamStyle Modifier and Type Method Description static ParamStyleParamStyle. fromValue(String v)ParamStyleParam. getStyle()Gets the value of the style property.static ParamStyleParamStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static ParamStyle[]ParamStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.research.ws.wadl with parameters of type ParamStyle Modifier and Type Method Description voidParam. setStyle(ParamStyle value)Sets the value of the style property.
-