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 ParamStyleParam. styleMethods in org.jboss.resteasy.wadl.jaxb 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 org.jboss.resteasy.wadl.jaxb with parameters of type ParamStyle Modifier and Type Method Description voidParam. setStyle(ParamStyle value)Sets the value of the style property.
-