ca.quine.jcommons.sourcegen
Class FieldSource

java.lang.Object
  |
  +--ca.quine.jcommons.sourcegen.FieldSource

public class FieldSource
extends Object


Constructor Summary
FieldSource(String type, String name)
           
 
Method Summary
 CommentSource getComment()
           
 int getModifiers()
           
 String getName()
           
 String getType()
           
 boolean isPrimitive()
           
 void output(FormattingRules rules, StringBuffer buffer)
           
 void setComment(CommentSource comment)
           
 void setModifiers(int modifiers)
           
 void setName(String name)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldSource

public FieldSource(String type,
                   String name)
Method Detail

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)