|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ConForM.CoopnTools.CoKer.DocComment.DocTag | +--ConForM.CoopnTools.CoKer.DocComment.VersionDocTag
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 |
public VersionDocTag(java.lang.String versionId)
versionId
- the version identifierjava.lang.IllegalArgumentException
- The version identifier is a null or an empty string.Method Detail |
public java.lang.String versionId()
public java.lang.String tag()
tag
in class DocTag
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |