com.ibm.adt.topology.comparator
Class AdditionalInfo

java.lang.Object
  extended by com.ibm.adt.topology.comparator.AdditionalInfo

public class AdditionalInfo
extends java.lang.Object

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

AdditionalInfo

public AdditionalInfo(java.lang.String description,
                      java.lang.String value)
Creates an AdditionalInfo instance.

Parameters:
description - text to be displayed in the description attribute
value - text to be displayed in the text node
Method Detail

getDescription

public java.lang.String getDescription()
Gets the text to be used in the "description" attribute.

Returns:
the description

getValue

public java.lang.String getValue()
Gets the text to be used in the text node of the addiotnalInfo element.

Returns:
the value


© Copyright 2006 IBM Corp. 2006 All Rights Reserved