de.bsd.x2svg.ant
Class Comment

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.types.DataType
          extended by de.bsd.x2svg.ant.Comment
All Implemented Interfaces:
java.lang.Cloneable

public class Comment
extends org.apache.tools.ant.types.DataType

A data type that is used to represent a comment to be applied to a set of generated diagrams.

Since:
1.1
Author:
gfloodgate

Field Summary
private  java.lang.String message
          The message that is to be used in the comment.
 
Fields inherited from class org.apache.tools.ant.types.DataType
checked, ref
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
Comment()
           
 
Method Summary
 java.lang.String getMessage()
          Get the message to be used in the comment.
 void setMessage(java.lang.String message)
          Set the message to be used in the comment.
 
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, setRefid, tooManyAttributes, toString
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

private java.lang.String message
The message that is to be used in the comment.

Constructor Detail

Comment

public Comment()
Method Detail

getMessage

public java.lang.String getMessage()
Get the message to be used in the comment.

Returns:
The comment message to be used.

setMessage

public void setMessage(java.lang.String message)
Set the message to be used in the comment.

Parameters:
message - The message to be used in the comment.


x2svg version 1.2.1