|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DPLCell
A representation of the model object 'DPL Cell'.
Common_DatapoolPackage.getDPLCell()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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
Common_DatapoolPackage.getDPLCell_Value()void setValue(java.lang.String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()DPLVariable getVariable()
If the meaning of the 'Variable' reference isn't clear, there really should be more of a description here...
setVariable(DPLVariable),
Common_DatapoolPackage.getDPLCell_Variable()void setVariable(DPLVariable value)
Variable' reference.
value - the new value of the 'Variable' reference.getVariable()
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||