ConForM.CoopnTools.CoKer.DocComment
Class VersionDocTag

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.DocComment.DocTag
        |
        +--ConForM.CoopnTools.CoKer.DocComment.VersionDocTag

public class VersionDocTag
extends DocTag

Documentation Version Tag. Store the version of a module. Can only appear once, and in comments of CoopnSyntacticModules.


Constructor Summary
VersionDocTag(java.lang.String versionId)
          Simple constructor.
 
Method Summary
 java.lang.String tag()
          String representation of the tag.
 java.lang.String versionId()
          Get the content of the Version tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionDocTag

public VersionDocTag(java.lang.String versionId)
Simple constructor.
Parameters:
versionId - the version identifier
Throws:
java.lang.IllegalArgumentException - The version identifier is a null or an empty string.
Method Detail

versionId

public java.lang.String versionId()
Get the content of the Version tag.
Returns:
the versionId.

tag

public java.lang.String tag()
String representation of the tag.
Overrides:
tag in class DocTag