ej-technologies

org.gjt.jclasslib.browser.detail.attributes
Class LinkRenderer.LinkCommentValue

java.lang.Object
  extended by org.gjt.jclasslib.browser.detail.attributes.LinkRenderer.LinkCommentValue
Enclosing class:
LinkRenderer

public static class LinkRenderer.LinkCommentValue
extends java.lang.Object

Value object for a link with a comment.


Constructor Summary
LinkRenderer.LinkCommentValue(java.lang.String linkValue, java.lang.String commentValue)
          Constructor.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkRenderer.LinkCommentValue

public LinkRenderer.LinkCommentValue(java.lang.String linkValue,
                                     java.lang.String commentValue)
Constructor.

Parameters:
linkValue - the text for the link.
commentValue - the text for the comment.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

ej-technologies