org.codehaus.gmaven.runtime.support.stubgen.model
Class FieldDef
java.lang.Object
org.codehaus.gmaven.runtime.support.stubgen.model.Element
org.codehaus.gmaven.runtime.support.stubgen.model.NamedElement
org.codehaus.gmaven.runtime.support.stubgen.model.Entity
org.codehaus.gmaven.runtime.support.stubgen.model.FieldDef
- All Implemented Interfaces:
- Serializable, JavaDocAware, ModifiersAware, NameAware
public class FieldDef
- extends Entity
Representation of a field definition.
- Version:
- $Id: FieldDef.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 |
FieldDef
public FieldDef()
getParent
public ClassDef getParent()
setParent
public void setParent(ClassDef parent)
getType
public TypeDef getType()
setType
public void setType(TypeDef type)
isProperty
public boolean isProperty()
Copyright © 2006-2012 Codehaus. All Rights Reserved.