se.biltmore.tools.odttoapt.maven.plugin.models
Class APTComment

java.lang.Object
  extended by se.biltmore.tools.odttoapt.maven.plugin.models.APT
      extended by se.biltmore.tools.odttoapt.maven.plugin.models.APTParent
          extended by se.biltmore.tools.odttoapt.maven.plugin.models.APTParagraph
              extended by se.biltmore.tools.odttoapt.maven.plugin.models.APTComment

public class APTComment
extends APTParagraph

This represents an APT comment. Ex: ~~ comment text.


Constructor Summary
APTComment()
          Creates a new APTComment instance.
 
Method Summary
protected  String getValue()
          Returns the value.
 
Methods inherited from class se.biltmore.tools.odttoapt.maven.plugin.models.APTParagraph
addChild, done, getValue, setValue
 
Methods inherited from class se.biltmore.tools.odttoapt.maven.plugin.models.APTParent
getChildren, getLastChild, getUnformattedValue, hasChildren
 
Methods inherited from class se.biltmore.tools.odttoapt.maven.plugin.models.APT
formatText, getParent, hasValue, isAllowFormat, isLink, setAllowFormat, setLink, setParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

APTComment

public APTComment()
Creates a new APTComment instance.

Method Detail

getValue

protected String getValue()
Returns the value.

Overrides:
getValue in class APTParagraph


Copyright © 2009-2010 Biltmore Group AB. All Rights Reserved.