com.thoughtworks.qdox.model
public class JavaField extends AbstractJavaEntity implements Member
| Constructor Summary | |
|---|---|
| JavaField() | |
| JavaField(String name) | |
| JavaField(Type type, String name) | |
| Method Summary | |
|---|---|
| int | compareTo(Object o) |
| String | getCallSignature() |
| String | getDeclarationSignature(boolean withModifiers) |
| String | getInitializationExpression()
Get the original expression used to initialize the field.
|
| Type | getType() |
| void | setInitializationExpression(String initializationExpression) |
| void | setType(Type type) |
| String | toString() |
| protected void | writeBody(IndentBuffer result) |
Returns: initialization as string.
See Also: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Field.html#toString()