TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

com.tibco.amsb.core.task.ui
Class HoverTipProperty

java.lang.Object
  extended by com.tibco.amsb.core.task.ui.HoverTipProperty

public class HoverTipProperty
extends java.lang.Object

Simple struct class to contain a property tag name and its value.


Field Summary
 java.lang.String description
          Display string for the property description.
 java.lang.String value
          Display string for a property value.
 
Constructor Summary
HoverTipProperty(java.lang.String description, java.lang.String value)
          Create an instance to be used to display properties in a hover tip.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

public java.lang.String description
Display string for the property description.


value

public java.lang.String value
Display string for a property value. Can be a multiline string.

Constructor Detail

HoverTipProperty

public HoverTipProperty(java.lang.String description,
                        java.lang.String value)
Create an instance to be used to display properties in a hover tip.

Parameters:
description - - property name
value - - property value

TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

Copyright © 2010 TIBCO Software Inc. All Rights Reserved.