org.eclipse.mofscript.MOFScriptModel
Interface CreateExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Expression, MOFScriptObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CreateExpressionImpl

public interface CreateExpression
extends Expression

A representation of the model object 'Create Expression'.

The following features are supported:

See Also:
MOFScriptModelPackage.getCreateExpression()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList<CreateExpressionParameter> getParameters()
          Returns the value of the 'Parameters' containment reference list.
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute
 
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

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), MOFScriptModelPackage.getCreateExpression_Type()

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()

getParameters

org.eclipse.emf.common.util.EList<CreateExpressionParameter> getParameters()
Returns the value of the 'Parameters' containment reference list. The list contents are of type CreateExpressionParameter.

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

Returns:
the value of the 'Parameters' containment reference list.
See Also:
MOFScriptModelPackage.getCreateExpression_Parameters()