|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.gmaven.runtime.support.stubgen.model.Element
org.codehaus.gmaven.runtime.support.stubgen.model.SuperParameterDef
public class SuperParameterDef
Representation of a super-parameter definition.
| Constructor Summary | |
|---|---|
SuperParameterDef()
|
|
| Method Summary | |
|---|---|
ConstructorDef |
getParent()
|
TypeDef |
getType()
|
void |
setParent(ConstructorDef parent)
|
void |
setType(java.lang.String type)
|
void |
setType(TypeDef type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SuperParameterDef()
| Method Detail |
|---|
public ConstructorDef getParent()
public void setParent(ConstructorDef parent)
public TypeDef getType()
public void setType(TypeDef type)
public void setType(java.lang.String type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||