Uses of Class
org.jboss.resteasy.wadl.jaxb.ParamStyle
-
Packages that use ParamStyle Package Description org.jboss.resteasy.wadl.jaxb -
-
Uses of ParamStyle in org.jboss.resteasy.wadl.jaxb
Fields in org.jboss.resteasy.wadl.jaxb declared as ParamStyle Modifier and Type Field Description protected ParamStyle
Param. style
Methods in org.jboss.resteasy.wadl.jaxb that return ParamStyle Modifier and Type Method Description static ParamStyle
ParamStyle. fromValue(String v)
ParamStyle
Param. getStyle()
Gets the value of the style property.static ParamStyle
ParamStyle. 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 org.jboss.resteasy.wadl.jaxb with parameters of type ParamStyle Modifier and Type Method Description void
Param. setStyle(ParamStyle value)
Sets the value of the style property.
-