Uses of Enum Class
org.exoplatform.services.rest.wadl.research.ParamStyle
Packages that use ParamStyle
-
Uses of ParamStyle in org.exoplatform.services.rest.wadl.research
Fields in org.exoplatform.services.rest.wadl.research declared as ParamStyleMethods in org.exoplatform.services.rest.wadl.research that return ParamStyleModifier and TypeMethodDescriptionstatic ParamStyleParam.getStyle()Gets the value of the style property.static ParamStyleReturns 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 org.exoplatform.services.rest.wadl.research with parameters of type ParamStyleModifier and TypeMethodDescriptionvoidParam.setStyle(ParamStyle value) Sets the value of the style property.