ca.quine.jcommons.sourcegen
Class FieldSource
java.lang.Object
  |
  +--ca.quine.jcommons.sourcegen.FieldSource
- public class FieldSource- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FieldSource
public FieldSource(String type,
                   String name)
getComment
public CommentSource getComment()
- 
 
setComment
public void setComment(CommentSource comment)
- 
 
getModifiers
public int getModifiers()
- 
 
setModifiers
public void setModifiers(int modifiers)
- 
 
getName
public String getName()
- 
 
setName
public void setName(String name)
- 
 
getType
public String getType()
- 
 
setType
public void setType(String type)
- 
 
isPrimitive
public boolean isPrimitive()
- 
 
output
public void output(FormattingRules rules,
                   StringBuffer buffer)
-