org.apache.ws.jaxme.js
public interface LocalJavaField extends IndentationEngine, DirectAccessible, IndentedObject
Interface of a JavaField, which is local to a JavaMethod.
| Method Summary | |
|---|---|
| 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. |
Returns the fields name.
Returns the fields type.
Returns whether the field is final. By default it isn't.
Sets whether the field is final. By default it isn't.