|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrintStatement
A representation of the model object 'Print Statement'.
The following features are supported:
MOFScriptModelPackage.getPrintStatement()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getContext()
Returns the value of the 'Context' attribute. |
ValueExpression |
getPrintBody()
Returns the value of the 'Print Body' containment reference |
java.lang.String |
getPrintCommand()
Returns the value of the 'Print Command' attribute. |
void |
setContext(java.lang.String value)
Sets the value of the ' Context ' attribute |
void |
setPrintBody(ValueExpression value)
Sets the value of the ' Print Body ' containment reference |
void |
setPrintCommand(java.lang.String value)
Sets the value of the ' Print Command ' attribute |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptStatement |
---|
getOwner, setOwner |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptStatementOwner |
---|
getBlocks, getStatements, getVariables |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptObject |
---|
getColumn, getComment, getLine, setColumn, setLine |
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 |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getContext()
""
.
If the meaning of the 'Context' attribute isn't clear, there really should be more of a description here...
setContext(String)
,
MOFScriptModelPackage.getPrintStatement_Context()
void setContext(java.lang.String value)
Context
' attribute.
value
- the new value of the 'Context' attribute.getContext()
java.lang.String getPrintCommand()
""
.
If the meaning of the 'Print Command' attribute isn't clear, there really should be more of a description here...
setPrintCommand(String)
,
MOFScriptModelPackage.getPrintStatement_PrintCommand()
void setPrintCommand(java.lang.String value)
Print Command
' attribute.
value
- the new value of the 'Print Command' attribute.getPrintCommand()
ValueExpression getPrintBody()
If the meaning of the 'Print Body' containment reference isn't clear, there really should be more of a description here...
setPrintBody(ValueExpression)
,
MOFScriptModelPackage.getPrintStatement_PrintBody()
void setPrintBody(ValueExpression value)
Print Body
' containment reference.
value
- the new value of the 'Print Body' containment reference.getPrintBody()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |