|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.hyades.logging.events.MsgCatalogTokenImpl
A representation of the 'Msg Catalog Token'. A string used as substitution value for resolving an internationalized message into formatted text.
IMsgCatalogToken
,
Serialized FormField Summary | |
---|---|
protected java.lang.String |
value
Deprecated. |
Constructor Summary | |
---|---|
protected |
MsgCatalogTokenImpl()
Deprecated. No-argument protected constructor for MsgCatalogTokenImpl. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Deprecated. return a cloned (copy by value) object. |
boolean |
equals(java.lang.Object obj)
Deprecated. Determines is two different objects are equal. |
java.lang.String |
getValue()
Deprecated. Returns the value. |
void |
init()
Deprecated. Resets the object's properties to their initial (e.g. |
void |
setValue(java.lang.String value)
Deprecated. Sets the value. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String value
Constructor Detail |
protected MsgCatalogTokenImpl()
Method Detail |
public java.lang.String getValue()
getValue
in interface IMsgCatalogToken
IMsgCatalogToken.getValue()
public void setValue(java.lang.String value)
setValue
in interface IMsgCatalogToken
value
- The value to set.IMsgCatalogToken.setValue(java.lang.String)
public boolean equals(java.lang.Object obj)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public void init()
init
in interface IMsgCatalogToken
IMsgCatalogToken.init()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |