org.eclipse.mofscript.MOFScriptModel
Interface MOFScriptObject

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Advice, ArithmeticExpression, BreakStatement, ComparisonExpression, CreateExpression, CreateExpressionParameter, CreateStatement, DebugStatement, Expression, FileStatement, FunctionCall, FunctionCallStatement, GeneralAssignment, IfStatement, IteratorStatement, Literal, LogicalExpression, MOFScriptAspect, MOFScriptComment, MOFScriptImport, MOFScriptParameter, MOFScriptSpecification, MOFScriptStatement, MOFScriptStatementOwner, MOFScriptTransformation, PrintStatement, Reference, ResultAssignment, ReturnStatement, SelectExpression, SimpleExpression, TransformationRule, ValueExpression, VariableDeclaration, VariableDeclarationStatement, WhileStatement
All Known Implementing Classes:
AdviceImpl, ArithmeticExpressionImpl, BreakStatementImpl, ComparisonExpressionImpl, CreateExpressionImpl, CreateExpressionParameterImpl, CreateStatementImpl, DebugStatementImpl, ExpressionImpl, FileStatementImpl, FunctionCallImpl, FunctionCallStatementImpl, GeneralAssignmentImpl, IfStatementImpl, IteratorStatementImpl, LiteralImpl, LogicalExpressionImpl, MOFScriptAspectImpl, MOFScriptCommentImpl, MOFScriptImportImpl, MOFScriptObjectImpl, MOFScriptParameterImpl, MOFScriptSpecificationImpl, MOFScriptStatementImpl, MOFScriptStatementOwnerImpl, MOFScriptTransformationImpl, PrintStatementImpl, ReferenceImpl, ResultAssignmentImpl, ReturnStatementImpl, SelectExpressionImpl, SimpleExpressionImpl, TransformationRuleImpl, ValueExpressionImpl, VariableDeclarationImpl, VariableDeclarationStatementImpl, WhileStatementImpl

public interface MOFScriptObject
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'MOF Script Object'.

The following features are supported:

See Also:
MOFScriptModelPackage.getMOFScriptObject()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 int getColumn()
          Returns the value of the 'Column' attribute
 org.eclipse.emf.common.util.EList<MOFScriptComment> getComment()
          Returns the value of the 'Comment' containment reference list.
 int getLine()
          Returns the value of the 'Line' attribute
 void setColumn(int value)
          Sets the value of the 'Column' attribute
 void setLine(int value)
          Sets the value of the 'Line' attribute
 
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

getLine

int getLine()
Returns the value of the 'Line' attribute.

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

Returns:
the value of the 'Line' attribute.
See Also:
setLine(int), MOFScriptModelPackage.getMOFScriptObject_Line()

setLine

void setLine(int value)
Sets the value of the 'Line' attribute.

Parameters:
value - the new value of the 'Line' attribute.
See Also:
getLine()

getColumn

int getColumn()
Returns the value of the 'Column' attribute.

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

Returns:
the value of the 'Column' attribute.
See Also:
setColumn(int), MOFScriptModelPackage.getMOFScriptObject_Column()

setColumn

void setColumn(int value)
Sets the value of the 'Column' attribute.

Parameters:
value - the new value of the 'Column' attribute.
See Also:
getColumn()

getComment

org.eclipse.emf.common.util.EList<MOFScriptComment> getComment()
Returns the value of the 'Comment' containment reference list. The list contents are of type MOFScriptComment.

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

Returns:
the value of the 'Comment' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptObject_Comment()