Class WadlParamType
java.lang.Object
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
The documentation type for wadl params.
Created on: Jun 12, 2008
Created on: Jun 12, 2008
- Author:
- Martin Grotzke (martin.grotzke at freiheit.com)
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WadlParamType
public WadlParamType()
-
-
Method Details
-
getDoc
- Returns:
- the commentText
-
setDoc
- Parameters:
commentText
- the commentText to set
-
getName
- Returns:
- the className
-
setName
- Parameters:
paramName
- the className to set
-
getStyle
- Returns:
- the style
-
setStyle
- Parameters:
style
- the style to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type
- the type to set
-