org.eclipse.mofscript.MOFScriptModel
Interface StatementBlock

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

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

A representation of the model object 'Statement Block'.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getStatements

org.eclipse.emf.common.util.EList<MOFScriptStatement> getStatements()
Returns the value of the 'Statements' reference list. The list contents are of type MOFScriptStatement.

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

Returns:
the value of the 'Statements' reference list.
See Also:
MOFScriptModelPackage.getStatementBlock_Statements()

isProtected

boolean isProtected()
Returns the value of the 'Protected' attribute.

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

Returns:
the value of the 'Protected' attribute.
See Also:
setProtected(boolean), MOFScriptModelPackage.getStatementBlock_Protected()

setProtected

void setProtected(boolean value)
Sets the value of the 'Protected' attribute.

Parameters:
value - the new value of the 'Protected' attribute.
See Also:
isProtected()

getId

java.lang.String getId()
Returns the value of the 'Id' attribute. The default value is "".

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), MOFScriptModelPackage.getStatementBlock_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getReference

java.lang.String getReference()
Returns the value of the 'Reference' attribute.

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

Returns:
the value of the 'Reference' attribute.
See Also:
setReference(String), MOFScriptModelPackage.getStatementBlock_Reference()

setReference

void setReference(java.lang.String value)
Sets the value of the 'Reference' attribute.

Parameters:
value - the new value of the 'Reference' attribute.
See Also:
getReference()