com.thoughtworks.qdox.model

Class JavaParameter

public class JavaParameter extends Object implements Serializable

Field Summary
static JavaParameter[]EMPTY_ARRAY
Stringname
JavaMethodparentMethod
Typetype
Constructor Summary
JavaParameter(Type type, String name)
Method Summary
booleanequals(Object obj)
StringgetName()
JavaMethodgetParentMethod()
TypegetType()
inthashCode()
voidsetParentMethod(JavaMethod parentMethod)

Field Detail

EMPTY_ARRAY

public static final JavaParameter[] EMPTY_ARRAY

name

private String name

parentMethod

private JavaMethod parentMethod

type

private Type type

Constructor Detail

JavaParameter

public JavaParameter(Type type, String name)

Method Detail

equals

public boolean equals(Object obj)

getName

public String getName()

getParentMethod

public JavaMethod getParentMethod()

getType

public Type getType()

hashCode

public int hashCode()

setParentMethod

public void setParentMethod(JavaMethod parentMethod)