com.ibm.rational.test.lt.recorder.core.message
Class PreferenceMessage
java.lang.Object
com.ibm.rational.test.lt.recorder.core.message.Message
com.ibm.rational.test.lt.recorder.core.message.PreferenceMessage
- All Implemented Interfaces:
- Serializable
public class PreferenceMessage
- extends Message
A message that is issued by recorder or client delegates and that modifies
a workspace preference.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreferenceMessage
public PreferenceMessage(String pluginId,
String preferenceName,
Object preferenceValue)
getPluginId
public String getPluginId()
- Description copied from class:
Message
- Returns the plugin id (bundle id) that is able to load the implementation class.
This is usually the plugin where the class is defined.
- Specified by:
getPluginId
in class Message
- Returns:
- the plugin id (bundle id) that is able to load the implementation class.
getPreferenceName
public String getPreferenceName()
getPreferenceValue
public Object getPreferenceValue()
© Copyright IBM Corp. 2012. All rights reserved.