TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.model.statistical
Interface SDTextObservation

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

public interface SDTextObservation
extends SDSnapshotObservation

A representation of the model object 'SD Text Observation'. The collection of text values associated with a counter during a sample window.

The following features are supported:

See Also:
StatisticalPackage.getSDTextObservation()

Method Summary
 org.eclipse.emf.common.util.EList getTextValue()
          Returns the value of the 'Text Value' attribute list.
 
Methods inherited from interface org.eclipse.hyades.model.statistical.SDSnapshotObservation
getCreationTime, getMemberDescriptor, getValidityMask, getWindow, setMemberDescriptor, setWindow
 
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

getTextValue

public org.eclipse.emf.common.util.EList getTextValue()
Returns the value of the 'Text Value' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Text Value' attribute list.
See Also:
StatisticalPackage.getSDTextObservation_TextValue()

TPTP 4.1.0 Platform Project
Public API Specification