org.eclipse.mofscript.traceabilitymodel
Interface File

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

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

A representation of the model object 'File'.

The following features are supported:

See Also:
TraceabilitymodelPackage.getFile()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList<Block> getBlocks()
          Returns the value of the 'Blocks' containment reference list.
 java.lang.String getID()
          Returns the value of the 'ID' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getURI()
          Returns the value of the 'URI' attribute.
 void setID(java.lang.String value)
          Sets the value of the 'ID' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setURI(java.lang.String value)
          Sets the value of the 'URI' 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

getBlocks

org.eclipse.emf.common.util.EList<Block> getBlocks()
Returns the value of the 'Blocks' containment reference list. The list contents are of type Block.

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

Returns:
the value of the 'Blocks' containment reference list.
See Also:
TraceabilitymodelPackage.getFile_Blocks()

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), TraceabilitymodelPackage.getFile_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()

getName

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

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), TraceabilitymodelPackage.getFile_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getURI

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

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

Returns:
the value of the 'URI' attribute.
See Also:
setURI(String), TraceabilitymodelPackage.getFile_URI()

setURI

void setURI(java.lang.String value)
Sets the value of the 'URI' attribute.

Parameters:
value - the new value of the 'URI' attribute.
See Also:
getURI()