|
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 | ||||||||
public interface CBEMsgDataElement
A representation of the model object 'Msg Data Element'. When an event is used to represent a message, a message data element captures the several parts of the message information. For example "RDB2742E: an Error was detected in foo indicating that bar had problems" which has a msg id as well as substituted "foo" and "bar" variables.
The following features are supported:
CBEPackage.getCBEMsgDataElement()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.lang.String |
getMsgCatalog()
Returns the value of the 'Msg Catalog' attribute |
java.lang.String |
getMsgCatalogId()
Returns the value of the 'Msg Catalog Id' attribute |
org.eclipse.emf.common.util.EList |
getMsgCatalogTokens()
Returns the value of the 'Msg Catalog Tokens' attribute list. |
java.lang.String |
getMsgCatalogType()
Returns the value of the 'Msg Catalog Type' attribute |
java.lang.String |
getMsgId()
Returns the value of the 'Msg Id' attribute |
java.lang.String |
getMsgIdType()
Returns the value of the 'Msg Id Type' attribute |
java.lang.String |
getMsgLocale()
Returns the value of the 'Msg Locale' attribute |
void |
setMsgCatalog(java.lang.String value)
Sets the value of the ' Msg Catalog' attribute |
void |
setMsgCatalogId(java.lang.String value)
Sets the value of the ' Msg Catalog Id' attribute |
void |
setMsgCatalogType(java.lang.String value)
Sets the value of the ' Msg Catalog Type' attribute |
void |
setMsgId(java.lang.String value)
Sets the value of the ' Msg Id' attribute |
void |
setMsgIdType(java.lang.String value)
Sets the value of the ' Msg Id Type' attribute |
void |
setMsgLocale(java.lang.String value)
Sets the value of the ' Msg Locale' attribute |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
java.lang.String getMsgId()
If the meaning of the 'Msg Id' attribute isn't clear, there really should be more of a description here...
ZThis is where you would find the RDB1234E string that identifies the message.
setMsgId(String),
CBEPackage.getCBEMsgDataElement_MsgId()void setMsgId(java.lang.String value)
Msg Id' attribute.
value - the new value of the 'Msg Id' attribute.getMsgId()java.lang.String getMsgIdType()
If the meaning of the 'Msg Id Type' attribute isn't clear, there really should be more of a description here...
the id type is used to indicate the structure of the message id. for example IBM341 indicates a 3 charactercomponent id (RDB), a 4 charcter number (1234), and a 1 character severity level (E) making up the example RDB1234E.
setMsgIdType(String),
CBEPackage.getCBEMsgDataElement_MsgIdType()void setMsgIdType(java.lang.String value)
Msg Id Type' attribute.
value - the new value of the 'Msg Id Type' attribute.getMsgIdType()java.lang.String getMsgCatalogId()
If the meaning of the 'Msg Catalog Id' attribute isn't clear, there really should be more of a description here...
A
setMsgCatalogId(String),
CBEPackage.getCBEMsgDataElement_MsgCatalogId()void setMsgCatalogId(java.lang.String value)
Msg Catalog Id' attribute.
value - the new value of the 'Msg Catalog Id' attribute.getMsgCatalogId()org.eclipse.emf.common.util.EList getMsgCatalogTokens()
String.
If the meaning of the 'Msg Catalog Tokens' attribute list isn't clear, there really should be more of a description here...
CBEPackage.getCBEMsgDataElement_MsgCatalogTokens()java.lang.String getMsgCatalog()
If the meaning of the 'Msg Catalog' attribute isn't clear, there really should be more of a description here...
setMsgCatalog(String),
CBEPackage.getCBEMsgDataElement_MsgCatalog()void setMsgCatalog(java.lang.String value)
Msg Catalog' attribute.
value - the new value of the 'Msg Catalog' attribute.getMsgCatalog()java.lang.String getMsgLocale()
If the meaning of the 'Msg Locale' attribute isn't clear, there really should be more of a description here...
setMsgLocale(String),
CBEPackage.getCBEMsgDataElement_MsgLocale()void setMsgLocale(java.lang.String value)
Msg Locale' attribute.
value - the new value of the 'Msg Locale' attribute.getMsgLocale()java.lang.String getMsgCatalogType()
If the meaning of the 'Msg Catalog Type' attribute isn't clear, there really should be more of a description here...
setMsgCatalogType(String),
CBEPackage.getCBEMsgDataElement_MsgCatalogType()void setMsgCatalogType(java.lang.String value)
Msg Catalog Type' attribute.
value - the new value of the 'Msg Catalog Type' attribute.getMsgCatalogType()
|
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 | ||||||||