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:
HutnPackage.getSpec()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getModelFile()
Returns the value of the 'Model File' attribute.org.eclipse.emf.common.util.EList<NsUri>
getNsUris()
Returns the value of the 'Ns Uris' containment reference list.org.eclipse.emf.common.util.EList<PackageObject>
getObjects()
Returns the value of the 'Objects' containment reference list.String
getSourceFile()
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.
-
-
-
Method Detail
-
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:
HutnPackage.getSpec_NsUris()
-
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:
HutnPackage.getSpec_Objects()
-
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(String)
,HutnPackage.getSpec_ModelFile()
-
setModelFile
void setModelFile(String value)
Sets the value of the 'Model File
' attribute.- Parameters:
value
- the new value of the 'Model File' attribute.- See Also:
getModelFile()
-
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(String)
,HutnPackage.getSpec_SourceFile()
-
setSourceFile
void setSourceFile(String value)
Sets the value of the 'Source File
' attribute.- Parameters:
value
- the new value of the 'Source File' attribute.- See Also:
getSourceFile()
-
-