org.sintef.mofscript.MOFScriptModel
Interface MOFScriptObject

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ArithmeticExpression, ComparisonExpression, CreateStatement, Expression, FileStatement, FunctionCall, FunctionCallStatement, GeneralAssignment, IfStatement, IteratorStatement, Literal, LogicalExpression, MOFScriptComment, MOFScriptImport, MOFScriptParameter, MOFScriptSpecification, MOFScriptStatement, MOFScriptStatementOwner, MOFScriptTransformation, PrintStatement, Reference, ResultAssignment, SimpleExpression, TransformationRule, ValueExpression, VariableDeclaration
All Known Implementing Classes:
ArithmeticExpressionImpl, ComparisonExpressionImpl, CreateStatementImpl, ExpressionImpl, FileStatementImpl, FunctionCallImpl, FunctionCallStatementImpl, GeneralAssignmentImpl, IfStatementImpl, IteratorStatementImpl, LiteralImpl, LogicalExpressionImpl, MOFScriptCommentImpl, MOFScriptImportImpl, MOFScriptObjectImpl, MOFScriptParameterImpl, MOFScriptSpecificationImpl, MOFScriptStatementImpl, MOFScriptStatementOwnerImpl, MOFScriptTransformationImpl, PrintStatementImpl, ReferenceImpl, ResultAssignmentImpl, SimpleExpressionImpl, TransformationRuleImpl, ValueExpressionImpl, VariableDeclarationImpl

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()

Method Summary
 int getColumn()
          Returns the value of the 'Column' attribute
 org.eclipse.emf.common.util.EList 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
 

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 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()