TPTP 4.0.0 Monitoring Tools Project
Public API Specification

org.eclipse.hyades.logging.adapter
Class MessageString

java.lang.Object
  extended byorg.eclipse.hyades.logging.adapter.MessageString

public class MessageString
extends java.lang.Object

This class represents a message as a string.


Constructor Summary
MessageString()
           
 
Method Summary
 java.lang.String getValue()
          Get the value of the message.
 void setValue(java.lang.String newString)
          Set the value of the message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageString

public MessageString()
Method Detail

setValue

public void setValue(java.lang.String newString)
Set the value of the message.

Parameters:
newString - - value of the message

getValue

public java.lang.String getValue()
Get the value of the message.

Returns:
String - value of the message

TPTP 4.0.0 Monitoring Tools Project
Public API Specification