|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SdStockVariable
A representation of the model object 'Stock Variable'.
The following features are supported:
SdPackage.getSdStockVariable()
Method Summary | |
---|---|
java.lang.String |
getInitialValue()
Returns the value of the 'Initial Value' attribute. |
java.lang.String |
getIntegral()
Returns the value of the 'Integral' attribute. |
void |
setInitialValue(java.lang.String value)
Sets the value of the ' Initial Value ' attribute. |
void |
setIntegral(java.lang.String value)
Sets the value of the ' Integral ' attribute. |
Methods inherited from interface org.eclipse.amp.amf.sd.SdAbstractVariable |
---|
getParent, getToElement, setParent |
Methods inherited from interface org.eclipse.amp.amf.sd.SdNamedElement |
---|
getComment, getName, setComment, setName |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getIntegral()
"return 0;"
.
If the meaning of the 'Integral' attribute isn't clear, there really should be more of a description here...
setIntegral(String)
,
SdPackage.getSdStockVariable_Integral()
void setIntegral(java.lang.String value)
Integral
' attribute.
value
- the new value of the 'Integral' attribute.getIntegral()
java.lang.String getInitialValue()
"return 0;"
.
If the meaning of the 'Initial Value' attribute isn't clear, there really should be more of a description here...
setInitialValue(String)
,
SdPackage.getSdStockVariable_InitialValue()
void setInitialValue(java.lang.String value)
Initial Value
' attribute.
value
- the new value of the 'Initial Value' attribute.getInitialValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |