|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MOFScriptObject
A representation of the model object 'MOF Script Object'.
The following features are supported:
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
int getLine()
If the meaning of the 'Line' attribute isn't clear, there really should be more of a description here...
setLine(int)
,
MOFScriptModelPackage.getMOFScriptObject_Line()
void setLine(int value)
Line
' attribute.
value
- the new value of the 'Line' attribute.getLine()
int getColumn()
If the meaning of the 'Column' attribute isn't clear, there really should be more of a description here...
setColumn(int)
,
MOFScriptModelPackage.getMOFScriptObject_Column()
void setColumn(int value)
Column
' attribute.
value
- the new value of the 'Column' attribute.getColumn()
org.eclipse.emf.common.util.EList<MOFScriptComment> getComment()
MOFScriptComment
.
If the meaning of the 'Comment' containment reference list isn't clear, there really should be more of a description here...
MOFScriptModelPackage.getMOFScriptObject_Comment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |