TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.datapool
Interface DPLCell

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

public interface DPLCell
extends org.eclipse.emf.ecore.EObject, IDatapoolCell

A representation of the model object 'DPL Cell'.

See Also:
Common_DatapoolPackage.getDPLCell()
Generated
[EMF] Model
[EMF] Extends
IDatapoolCell

The following features are supported:


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getValue()
          Returns the value of the 'Value' attribute
 DPLVariable getVariable()
          Returns the value of the 'Variable' reference
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute
 void setVariable(DPLVariable value)
          Sets the value of the 'Variable' reference
 
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
 
Methods inherited from interface org.eclipse.hyades.edit.datapool.IDatapoolCell
getClonedCellValue, getPersistedRepresentation, setCellValue, setPersistedRepresentation, setVariable
 
Methods inherited from interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolCell
getBooleanValue, getByteValue, getCellRecord, getCellValue, getCellVariable, getCharValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), Common_DatapoolPackage.getDPLCell_Value()
Generated
[EMF] Model

setValue

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

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

getVariable

DPLVariable getVariable()
Returns the value of the 'Variable' reference.

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

Returns:
the value of the 'Variable' reference.
See Also:
setVariable(DPLVariable), Common_DatapoolPackage.getDPLCell_Variable()
Generated
[EMF] Model
required="true"

setVariable

void setVariable(DPLVariable value)
Sets the value of the 'Variable' reference.

Parameters:
value - the new value of the 'Variable' reference.
See Also:
getVariable()
Generated

TPTP 4.5.0 Platform Project
Public API Specification