ncsa.tools.common.namelist
Class Comment

java.lang.Object
  extended byncsa.tools.common.namelist.Delimiter
      extended byncsa.tools.common.namelist.DelimitedString
          extended byncsa.tools.common.namelist.Comment
All Implemented Interfaces:
INamelistPart, IWhitespaceAppender, UserFacing

public class Comment
extends DelimitedString
implements UserFacing


Field Summary
static java.lang.String TAG_SELF
           
 
Constructor Summary
Comment()
           
 
Method Summary
 Comment appendToComment(char c)
           
 Comment appendToComment(java.lang.String s)
           
 org.dom4j.Element asElement()
           
 void initializeFromElement(org.dom4j.Element element)
           
 void setText(java.lang.String text)
           
 
Methods inherited from class ncsa.tools.common.namelist.DelimitedString
appendToBody, appendToBody, appendWhitespace, asDelimiter, asString, getBody, setBody, toString
 
Methods inherited from class ncsa.tools.common.namelist.Delimiter
adjustFromNeighbor, appendToDelimiter, appendToDelimiter, getDefaultDelimValue, getDelimValue, setDefaultDelimValue, setDelimValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TAG_SELF

public static final java.lang.String TAG_SELF
See Also:
Constant Field Values
Constructor Detail

Comment

public Comment()
Method Detail

appendToComment

public Comment appendToComment(java.lang.String s)

appendToComment

public Comment appendToComment(char c)

asElement

public org.dom4j.Element asElement()
Specified by:
asElement in interface UserFacing

initializeFromElement

public void initializeFromElement(org.dom4j.Element element)
Specified by:
initializeFromElement in interface UserFacing

setText

public void setText(java.lang.String text)