org.eclipse.hyades.logging.events
Interface IMsgCatalogToken

All Known Implementing Classes:
MsgCatalogTokenImpl

Deprecated. This class is deprecated as of 2004-05-17. Use the corresponding class available in org.eclipse.hyades.logging.events.cbe*

public interface IMsgCatalogToken

A representation of the 'Msg Catalog Token'. A string used as substitution value for resolving an internationalized message into formatted text.

Since:
1.0.1
Version:
1.0.1
Author:
Paul E. Slauenwhite
See Also:
IMsgCatalogToken

Method Summary
 java.lang.String getValue()
          Deprecated. Returns the value.
 void init()
          Deprecated. Resets the object's properties to their initial (e.g. null) state.
 void setValue(java.lang.String value)
          Deprecated. Sets the value.
 

Method Detail

getValue

public java.lang.String getValue()
Deprecated. 
Returns the value. The value of the message catalog token.

Returns:
String The value.

setValue

public void setValue(java.lang.String value)
Deprecated. 
Sets the value. The value of the message catalog token.

Parameters:
value - The value to set.

init

public void init()
Deprecated. 
Resets the object's properties to their initial (e.g. null) state.

Since:
1.0.1