com.thoughtworks.qdox.model
Class JavaParameter

java.lang.Object
  extended bycom.thoughtworks.qdox.model.JavaParameter
All Implemented Interfaces:
java.io.Serializable

public class JavaParameter
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static JavaParameter[] EMPTY_ARRAY
           
 
Constructor Summary
JavaParameter(Type type, java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
           
 JavaMethod getParentMethod()
           
 Type getType()
           
 int hashCode()
           
 void setParentMethod(JavaMethod parentMethod)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_ARRAY

public static final JavaParameter[] EMPTY_ARRAY
Constructor Detail

JavaParameter

public JavaParameter(Type type,
                     java.lang.String name)
Method Detail

getName

public java.lang.String getName()

getType

public Type getType()

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getParentMethod

public JavaMethod getParentMethod()

setParentMethod

public void setParentMethod(JavaMethod parentMethod)


Copyright © 2002-2007 ThoughtWorks, Inc. All Rights Reserved.