org.apache.ws.jaxme.js
public class JavaField extends JavaSourceObject implements DirectAccessible
Implements a field that a java class or interface may have.
| Method Summary | |
|---|---|
| boolean | isNullable() |
| boolean | isTransient() Returns whether the field is transient. |
| void | setNullable(boolean pNullable) |
| void | setTransient(boolean pTransient) Sets whether the field is transient. |
| void | setValue(Object pValue) |
| void | write(IndentationTarget pTarget) Returns a string representation of this field. |
| protected void | writeNoEol(IndentationTarget pTarget) |
Returns whether the field is transient. By default it isn't.
Sets whether the field is transient. By default it isn't.
Returns a string representation of this field.