Uses of Enum
org.jboss.resteasy.wadl.jaxb.ParamStyle
Packages that use ParamStyle
-
Uses of ParamStyle in org.jboss.resteasy.wadl.jaxb
Subclasses with type arguments of type ParamStyle in org.jboss.resteasy.wadl.jaxbFields in org.jboss.resteasy.wadl.jaxb declared as ParamStyleMethods in org.jboss.resteasy.wadl.jaxb that return ParamStyleModifier and TypeMethodDescriptionstatic ParamStyle
Param.getStyle()
Gets the value of the style property.static ParamStyle
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 org.jboss.resteasy.wadl.jaxb with parameters of type ParamStyleModifier and TypeMethodDescriptionvoid
Param.setStyle
(ParamStyle value) Sets the value of the style property.