TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.models.symptom.common
Interface MessageDataElementType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MessageDataElementTypeImpl

public interface MessageDataElementType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Message Data Element Type'.

The following features are supported:

See Also:
CommonPackage.getMessageDataElementType()
Generated
[EMF] Model
extendedMetaData="name='MessageDataElementType' kind='elementOnly'"

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 getMsgCatalogToken()
          Returns the value of the 'Msg Catalog Token' containment reference 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
 

Method Detail

getMsgCatalogToken

org.eclipse.emf.common.util.EList getMsgCatalogToken()
Returns the value of the 'Msg Catalog Token' containment reference list. The list contents are of type MsgCatalogTokenType.

If the meaning of the 'Msg Catalog Token' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Msg Catalog Token' containment reference list.
See Also:
CommonPackage.getMessageDataElementType_MsgCatalogToken()
Generated
[EMF] Model
type="org.eclipse.tptp.platform.models.symptom.common.MsgCatalogTokenType" containment="true" resolveProxies="false" extendedMetaData="kind='element' name='msgCatalogToken'"

getMsgId

java.lang.String getMsgId()
Returns the value of the 'Msg Id' attribute.

If the meaning of the 'Msg Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Msg Id' attribute.
See Also:
setMsgId(String), CommonPackage.getMessageDataElementType_MsgId()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.MsgIdType" extendedMetaData="kind='element' name='msgId'"

setMsgId

void setMsgId(java.lang.String value)
Sets the value of the 'Msg Id' attribute.

Parameters:
value - the new value of the 'Msg Id' attribute.
See Also:
getMsgId()
Generated

getMsgIdType

java.lang.String getMsgIdType()
Returns the value of the 'Msg Id Type' attribute.

If the meaning of the 'Msg Id Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Msg Id Type' attribute.
See Also:
setMsgIdType(String), CommonPackage.getMessageDataElementType_MsgIdType()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.MsgIdTypeType" extendedMetaData="kind='element' name='msgIdType'"

setMsgIdType

void setMsgIdType(java.lang.String value)
Sets the value of the 'Msg Id Type' attribute.

Parameters:
value - the new value of the 'Msg Id Type' attribute.
See Also:
getMsgIdType()
Generated

getMsgCatalogId

java.lang.String getMsgCatalogId()
Returns the value of the 'Msg Catalog Id' attribute.

If the meaning of the 'Msg Catalog Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Msg Catalog Id' attribute.
See Also:
setMsgCatalogId(String), CommonPackage.getMessageDataElementType_MsgCatalogId()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.MsgCatalogIdType" extendedMetaData="kind='element' name='msgCatalogId'"

setMsgCatalogId

void setMsgCatalogId(java.lang.String value)
Sets the value of the 'Msg Catalog Id' attribute.

Parameters:
value - the new value of the 'Msg Catalog Id' attribute.
See Also:
getMsgCatalogId()
Generated

getMsgCatalogType

java.lang.String getMsgCatalogType()
Returns the value of the 'Msg Catalog Type' attribute.

If the meaning of the 'Msg Catalog Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Msg Catalog Type' attribute.
See Also:
setMsgCatalogType(String), CommonPackage.getMessageDataElementType_MsgCatalogType()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.MsgCatalogTypeType" extendedMetaData="kind='element' name='msgCatalogType'"

setMsgCatalogType

void setMsgCatalogType(java.lang.String value)
Sets the value of the 'Msg Catalog Type' attribute.

Parameters:
value - the new value of the 'Msg Catalog Type' attribute.
See Also:
getMsgCatalogType()
Generated

getMsgCatalog

java.lang.String getMsgCatalog()
Returns the value of the 'Msg Catalog' attribute.

If the meaning of the 'Msg Catalog' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Msg Catalog' attribute.
See Also:
setMsgCatalog(String), CommonPackage.getMessageDataElementType_MsgCatalog()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.MsgCatalogType" extendedMetaData="kind='element' name='msgCatalog'"

setMsgCatalog

void setMsgCatalog(java.lang.String value)
Sets the value of the 'Msg Catalog' attribute.

Parameters:
value - the new value of the 'Msg Catalog' attribute.
See Also:
getMsgCatalog()
Generated

getMsgLocale

java.lang.String getMsgLocale()
Returns the value of the 'Msg Locale' attribute.

If the meaning of the 'Msg Locale' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Msg Locale' attribute.
See Also:
setMsgLocale(String), CommonPackage.getMessageDataElementType_MsgLocale()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.MsgLocaleType" extendedMetaData="kind='attribute' name='msgLocale'"

setMsgLocale

void setMsgLocale(java.lang.String value)
Sets the value of the 'Msg Locale' attribute.

Parameters:
value - the new value of the 'Msg Locale' attribute.
See Also:
getMsgLocale()
Generated

TPTP 4.6.0 Platform Project
Public API Specification