|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.adt.topology.comparator.AdditionalInfo
public class AdditionalInfo
Declares the text that should be displayed in description and value sections of additionalInfo tags within formatted comparator results.
Constructor Summary | |
---|---|
AdditionalInfo(java.lang.String description,
java.lang.String value)
Creates an AdditionalInfo instance. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the text to be used in the "description" attribute. |
java.lang.String |
getValue()
Gets the text to be used in the text node of the addiotnalInfo element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdditionalInfo(java.lang.String description, java.lang.String value)
description
- text to be displayed in the description attributevalue
- text to be displayed in the text nodeMethod Detail |
---|
public java.lang.String getDescription()
public java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |