|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of a JavaField
, which is local to a
JavaMethod
.
Field Summary |
Fields inherited from interface net.sf.jaxme.js.IndentationEngine |
NOTHING |
Method Summary | |
java.lang.String |
getName()
Returns the fields name. |
JavaQName |
getType()
Returns the fields type. |
boolean |
isFinal()
Returns whether the field is final. |
void |
setFinal(boolean pFinal)
Sets whether the field is final. |
Methods inherited from interface net.sf.jaxme.js.IndentationEngine |
addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, clear, getLevel, getPlaceHolder, indent, moveToBottom, moveToTop, newPlaceHolder, setLevel, unindent, write, write |
Methods inherited from interface net.sf.jaxme.js.DirectAccessible |
isNullable, setNullable |
Methods inherited from interface net.sf.jaxme.js.IndentedObject |
write |
Method Detail |
public java.lang.String getName()
Returns the fields name.
public JavaQName getType()
Returns the fields type.
public boolean isFinal()
Returns whether the field is final. By default it isn't.
public void setFinal(boolean pFinal)
Sets whether the field is final. By default it isn't.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |