|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.logging.events.cbe.impl.MsgCatalogTokenImpl
public class MsgCatalogTokenImpl
Interface representing a MsgCatalogToken.
The following description is from the Common Base Event v1.0.1 specification entitled "Canonical Situation Data Format: The Common Base Event V1.0.1":
A string used as substitution value for resolving an internationalized message into formatted text.
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Return a cloned (copy by value) object of this object. |
boolean |
equals(java.lang.Object object)
Overrides the java.lang.Object's equals() API to
determine if the parameter object is equal to this object. |
java.lang.String |
getValue()
Returns the value of the 'Value' attribute. |
void |
init()
Resets the object's properties to their initial (e.g. null) state. |
void |
setValue(java.lang.String newValue)
Sets the value of the ' Value'
attribute. |
java.lang.String |
toString()
|
void |
validate()
Checks whether the contents of the instance conform to the Common Base Event specification as described in "Canonical Situation Data Format: The Common Base Event V1.0.1". |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getValue()
MsgCatalogTokenReturns the value of the 'Value' attribute.
getValue in interface MsgCatalogTokenMsgCatalogToken.setValue(String)public void setValue(java.lang.String newValue)
MsgCatalogTokenValue'
attribute.
The string length for value must not exceed 256 characters.
setValue in interface MsgCatalogTokennewValue - the new value of the 'Value' attribute.MsgCatalogToken.getValue()public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object object)
java.lang.Object's equals() API to
determine if the parameter object is equal to this object.
equals in class java.lang.Objectobject - The java.lang.Object to be compared to this object.
object, otherwise false.Object.equals(java.lang.Object)
public void validate()
throws ValidationException
validate in interface MsgCatalogTokenValidationException - If the event instance does not conform to the Common Base Event specification.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
This is a deep copy version, in which all the objects within this object will be copied by value.
clone in class java.lang.Objectjava.lang.CloneNotSupportedException - If a instance variable of this object does not implement the Cloneable interface.public void init()
init in interface MsgCatalogToken
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||