org.eclipse.mofscript.MOFScriptModel
Interface PrintStatement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MOFScriptObject, MOFScriptStatement, MOFScriptStatementOwner, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PrintStatementImpl

public interface PrintStatement
extends MOFScriptStatement

A representation of the model object 'Print Statement'.

The following features are supported:

See Also:
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getContext

java.lang.String getContext()
Returns the value of the 'Context' attribute. The default value is "".

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

Returns:
the value of the 'Context' attribute.
See Also:
setContext(String), MOFScriptModelPackage.getPrintStatement_Context()

setContext

void setContext(java.lang.String value)
Sets the value of the 'Context' attribute.

Parameters:
value - the new value of the 'Context' attribute.
See Also:
getContext()

getPrintCommand

java.lang.String getPrintCommand()
Returns the value of the 'Print Command' attribute. The default value is "".

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

Returns:
the value of the 'Print Command' attribute.
See Also:
setPrintCommand(String), MOFScriptModelPackage.getPrintStatement_PrintCommand()

setPrintCommand

void setPrintCommand(java.lang.String value)
Sets the value of the 'Print Command' attribute.

Parameters:
value - the new value of the 'Print Command' attribute.
See Also:
getPrintCommand()

getPrintBody

ValueExpression getPrintBody()
Returns the value of the 'Print Body' containment reference.

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

Returns:
the value of the 'Print Body' containment reference.
See Also:
setPrintBody(ValueExpression), MOFScriptModelPackage.getPrintStatement_PrintBody()

setPrintBody

void setPrintBody(ValueExpression value)
Sets the value of the 'Print Body' containment reference.

Parameters:
value - the new value of the 'Print Body' containment reference.
See Also:
getPrintBody()