|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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.String |
getValue()
Returns the value of the 'Value' attribute. |
void |
init()
Resets the object's properties to their initial (e.g. |
void |
setValue(java.lang.String value)
Sets the value of the ' Value'
attribute. |
void |
validate()
Checks whether the contents of the instance conform to the CBE specification. |
| Method Detail |
public java.lang.String getValue()
Returns the value of the 'Value' attribute.
setValue(String),
org.eclipse.tptp.logging.events.cbe.EventPackage#getMsgCatalogToken_Value()public void setValue(java.lang.String value)
Value'
attribute.
The string length for value must not exceed 256 characters.
value - the new value of the 'Value' attribute.getValue()
public void validate()
throws ValidationException
Checks whether the contents of the instance conform to the CBE specification.
ValidationException - if the message catalog token does not follow the CBE
specification.public void init()
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||