Interface Spec
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SpecImpl
public interface Spec
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Spec'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Model File' attribute.org.eclipse.emf.common.util.EList<NsUri>
Returns the value of the 'Ns Uris' containment reference list.org.eclipse.emf.common.util.EList<PackageObject>
Returns the value of the 'Objects' containment reference list.Returns the value of the 'Source File' attribute.void
setModelFile
(String value) Sets the value of the 'Model File
' attribute.void
setSourceFile
(String value) Sets the value of the 'Source File
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getNsUris
org.eclipse.emf.common.util.EList<NsUri> getNsUris()Returns the value of the 'Ns Uris' containment reference list. The list contents are of typeNsUri
.If the meaning of the 'Ns Uris' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Ns Uris' containment reference list.
- See Also:
-
getObjects
org.eclipse.emf.common.util.EList<PackageObject> getObjects()Returns the value of the 'Objects' containment reference list. The list contents are of typePackageObject
.If the meaning of the 'Objects' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Objects' containment reference list.
- See Also:
-
getModelFile
String getModelFile()Returns the value of the 'Model File' attribute.If the meaning of the 'Model File' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Model File' attribute.
- See Also:
-
setModelFile
Sets the value of the 'Model File
' attribute.- Parameters:
value
- the new value of the 'Model File' attribute.- See Also:
-
getSourceFile
String getSourceFile()Returns the value of the 'Source File' attribute.If the meaning of the 'Source File' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Source File' attribute.
- See Also:
-
setSourceFile
Sets the value of the 'Source File
' attribute.- Parameters:
value
- the new value of the 'Source File' attribute.- See Also:
-