ConForM.CoopnTools.CoKer.DocComment
Class SeeDocTag

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

public class SeeDocTag
extends DocTag

Documentation See Tag. Stores a pointer on a related topic. The pointer should be the name of another CoopnTools element.


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

Constructor Detail

SeeDocTag

public SeeDocTag(java.lang.String pointer)
Simple constructor.
Parameters:
pointer - the reference
Throws:
java.lang.IllegalArgumentException - The pointer is a null or an empty string.
Method Detail

pointer

public java.lang.String pointer()
Get the content of the see tag.
Returns:
the pointer.

tag

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