Uses of Enum Class
com.sun.research.ws.wadl.ParamStyle
Packages that use ParamStyle
-
Uses of ParamStyle in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl declared as ParamStyleMethods in com.sun.research.ws.wadl that return ParamStyleModifier and TypeMethodDescriptionstatic ParamStyle
Param.getStyle()
Gets the value of the style property.static ParamStyle
Returns the enum constant of this class with the specified name.static ParamStyle[]
ParamStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sun.research.ws.wadl with parameters of type ParamStyleModifier and TypeMethodDescriptionvoid
Param.setStyle
(ParamStyle value) Sets the value of the style property.