|
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 | ||||||||||
A representation of the model object 'Extended Data Element'. The ExtendedDataElement class provides a name-value pair for a Common Base Eevent. For example you may choose to have a name-value pair to provide return error code, extended problem situation description, or provide any additional data for the consumer of the event. Token names may be referenced by correlation rules, however the ContextDataElement's prime purpose is ot hold data used for correlation. The support of this class relieves management tools of the need to be able to tokenize application specific artifacts. The token definitions are assumed to be specific to a resource. The data format is assumed to be in big endian.
The following features are supported:
CBEPackage.getCBEExtendedDataElement()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.lang.String |
getHexValue()
Returns the value of the 'Hex Value' attribute. |
java.lang.String |
getType()
Returns the value of the 'Type' attribute. |
void |
setHexValue(java.lang.String value)
Sets the value of the ' Hex Value' attribute. |
void |
setType(java.lang.String value)
Sets the value of the ' Type' attribute. |
| Methods inherited from interface org.eclipse.hyades.models.cbe.CBEDefaultElement |
|---|
getChildren, getName, getValues, setName |
| 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 |
public static final java.lang.String copyright
| Method Detail |
public java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
CBEPackage.getCBEExtendedDataElement_Type()public void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()public java.lang.String getHexValue()
If the meaning of the 'Hex Value' attribute isn't clear, there really should be more of a description here...
setHexValue(String),
CBEPackage.getCBEExtendedDataElement_HexValue()public void setHexValue(java.lang.String value)
Hex Value' attribute.
value - the new value of the 'Hex Value' attribute.getHexValue()
|
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 | ||||||||||