|
|||||||||
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.MoreDocTag
Documentation More Tag. Stores a pointer on a related topic. The pointer should be a valid URL.
Constructor Summary | |
MoreDocTag(java.lang.String pointer)
Simple constructor. |
Method Summary | |
java.lang.String |
pointer()
Get the content of the more 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 |
public MoreDocTag(java.lang.String pointer)
pointer
- the referencejava.lang.IllegalArgumentException
- The pointer is a null or an empty string.Method Detail |
public java.lang.String pointer()
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 |