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 ParamStyle
Param. style
Methods in com.sun.research.ws.wadl that return ParamStyle Modifier and Type Method Description static ParamStyle
ParamStyle. fromValue(java.lang.String v)
ParamStyle
Param. getStyle()
Gets the value of the style property.static ParamStyle
ParamStyle. valueOf(java.lang.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 void
Param. setStyle(ParamStyle value)
Sets the value of the style property.
-