|
||||||||||
| 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.NamedElement
org.codehaus.gmaven.runtime.support.stubgen.model.Entity
org.codehaus.gmaven.runtime.support.stubgen.model.FieldDef
public class FieldDef
Representation of a field definition.
| Constructor Summary | |
|---|---|
FieldDef()
|
|
| Method Summary | |
|---|---|
ClassDef |
getParent()
|
TypeDef |
getType()
|
boolean |
isProperty()
|
void |
setParent(ClassDef parent)
|
void |
setType(TypeDef type)
|
| Methods inherited from class org.codehaus.gmaven.runtime.support.stubgen.model.Entity |
|---|
getJavaDoc, getModifiers, setJavaDoc, setJavaDoc |
| Methods inherited from class org.codehaus.gmaven.runtime.support.stubgen.model.NamedElement |
|---|
getName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldDef()
| Method Detail |
|---|
public ClassDef getParent()
public void setParent(ClassDef parent)
public TypeDef getType()
public void setType(TypeDef type)
public boolean isProperty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||