org.codehaus.gmaven.runtime.support.stubgen.model
Class SuperParameterDef
java.lang.Object
org.codehaus.gmaven.runtime.support.stubgen.model.Element
org.codehaus.gmaven.runtime.support.stubgen.model.SuperParameterDef
- All Implemented Interfaces:
- Serializable
public class SuperParameterDef
- extends Element
Representation of a super-parameter definition.
- Version:
- $Id: SuperParameterDef.java 18 2009-07-16 09:39:40Z user57 $
- Author:
- Jason Dillon
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuperParameterDef
public SuperParameterDef()
getParent
public ConstructorDef getParent()
setParent
public void setParent(ConstructorDef parent)
getType
public TypeDef getType()
setType
public void setType(TypeDef type)
setType
public void setType(String type)
Copyright © 2006-2012 Codehaus. All Rights Reserved.