TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.models.cbe
Interface CBEExtendedDataElement

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

public interface CBEExtendedDataElement
extends CBEDefaultElement

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:

See Also:
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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getType

public java.lang.String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), CBEPackage.getCBEExtendedDataElement_Type()

setType

public void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()

getHexValue

public java.lang.String getHexValue()
Returns the value of the 'Hex Value' attribute.

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

Returns:
the value of the 'Hex Value' attribute.
See Also:
setHexValue(String), CBEPackage.getCBEExtendedDataElement_HexValue()

setHexValue

public void setHexValue(java.lang.String value)
Sets the value of the 'Hex Value' attribute.

Parameters:
value - the new value of the 'Hex Value' attribute.
See Also:
getHexValue()

TPTP 4.1.0 Platform Project
Public API Specification