public interface LocalJavaField extends IndentationEngine, DirectAccessible, IndentedObject
Interface of a JavaField, which is local to a
JavaMethod.
NOTHING| Modifier and Type | Method and Description |
|---|---|
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.
|
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, writeisNullable, setNullablewritejava.lang.String getName()
Returns the fields name.
JavaQName getType()
Returns the fields type.
getType in interface TypedValueboolean isFinal()
Returns whether the field is final. By default it isn't.
void setFinal(boolean pFinal)
Sets whether the field is final. By default it isn't.