org.apache.felix.scrplugin.tags.qdox
Class QDoxJavaParameter

java.lang.Object
  extended by org.apache.felix.scrplugin.tags.qdox.QDoxJavaParameter
All Implemented Interfaces:
JavaParameter

public class QDoxJavaParameter
extends java.lang.Object
implements JavaParameter

QDoxJavaParameter.java...


Field Summary
protected  com.thoughtworks.qdox.model.JavaParameter parameter
           
 
Constructor Summary
QDoxJavaParameter(com.thoughtworks.qdox.model.JavaParameter p)
           
 
Method Summary
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameter

protected final com.thoughtworks.qdox.model.JavaParameter parameter
Constructor Detail

QDoxJavaParameter

public QDoxJavaParameter(com.thoughtworks.qdox.model.JavaParameter p)
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface JavaParameter
See Also:
JavaParameter.getType()