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 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
 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 String getType()
Specified by:
getType in interface JavaParameter
See Also:
JavaParameter.getType()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.