net.sourceforge.jane.lang.qdox
Class QDoxParameterInfo

java.lang.Object
  |
  +--net.sourceforge.jane.lang.qdox.QDoxParameterInfo
All Implemented Interfaces:
ParameterInfo

public class QDoxParameterInfo
extends java.lang.Object
implements ParameterInfo

Parameter information.

Author:
Calvin Yu

Constructor Summary
QDoxParameterInfo(Jane aJane, com.thoughtworks.qdox.model.JavaParameter theParam)
          Create a new QDoxParameterInfo.
 
Method Summary
 java.lang.String getName()
          Returns the name of the parameter.
 ClassInfo getType()
          Returns the parameter type.
 boolean isFinal()
          Returns true if this parameter is final.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QDoxParameterInfo

public QDoxParameterInfo(Jane aJane,
                         com.thoughtworks.qdox.model.JavaParameter theParam)
Create a new QDoxParameterInfo.
Method Detail

getName

public java.lang.String getName()
Returns the name of the parameter.
Specified by:
getName in interface ParameterInfo

getType

public ClassInfo getType()
Returns the parameter type.
Specified by:
getType in interface ParameterInfo

isFinal

public boolean isFinal()
Returns true if this parameter is final.
Specified by:
isFinal in interface ParameterInfo


Copyright © 2002-2002 SourceForge. All Rights Reserved.