|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatementBlock
A representation of the model object 'Statement Block'.
The following features are supported:
MOFScriptModelPackage.getStatementBlock()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
java.lang.String |
getReference()
Returns the value of the 'Reference' attribute |
org.eclipse.emf.common.util.EList<MOFScriptStatement> |
getStatements()
Returns the value of the 'Statements' reference list. |
boolean |
isProtected()
Returns the value of the 'Protected' attribute |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setProtected(boolean value)
Sets the value of the ' Protected ' attribute |
void |
setReference(java.lang.String value)
Sets the value of the ' Reference ' 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 |
---|
org.eclipse.emf.common.util.EList<MOFScriptStatement> getStatements()
MOFScriptStatement
.
If the meaning of the 'Statements' reference list isn't clear, there really should be more of a description here...
MOFScriptModelPackage.getStatementBlock_Statements()
boolean isProtected()
If the meaning of the 'Protected' attribute isn't clear, there really should be more of a description here...
setProtected(boolean)
,
MOFScriptModelPackage.getStatementBlock_Protected()
void setProtected(boolean value)
Protected
' attribute.
value
- the new value of the 'Protected' attribute.isProtected()
java.lang.String getId()
""
.
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
MOFScriptModelPackage.getStatementBlock_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getReference()
If the meaning of the 'Reference' attribute isn't clear, there really should be more of a description here...
setReference(String)
,
MOFScriptModelPackage.getStatementBlock_Reference()
void setReference(java.lang.String value)
Reference
' attribute.
value
- the new value of the 'Reference' attribute.getReference()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |