TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy.extensions
Interface ResultEntry

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

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

A representation of the model object 'Result Entry'. Contains a value of type Object (most case would be a List)

The following features are supported:

See Also:
ExtensionsPackage.getResultEntry()
Generated
[EMF] Model

Method Summary
 java.lang.Object getValue()
          Returns the value of the 'Value' attribute
 void setValue(java.lang.Object value)
          Sets the value of the 'Value' 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

getValue

public java.lang.Object getValue()
Returns the value of the 'Value' attribute. The transient result value for a specific output element. It can be also a list.

Returns:
the value of the 'Value' attribute.
See Also:
setValue(Object), ExtensionsPackage.getResultEntry_Value()
Generated
[EMF] Model
transient="true"

setValue

public void setValue(java.lang.Object value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated

TPTP 4.4.0 Platform Project
Public API Specification