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
      java.lang.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.
      java.lang.String getSourceFile()
      Returns the value of the 'Source File' attribute.
      void setModelFile​(java.lang.String value)
      Sets the value of the 'Model File' attribute.
      void setSourceFile​(java.lang.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 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 type NsUri.

        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 type PackageObject.

        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

        java.lang.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​(java.lang.String value)
        Sets the value of the 'Model File' attribute.
        Parameters:
        value - the new value of the 'Model File' attribute.
        See Also:
        getModelFile()
      • getSourceFile

        java.lang.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​(java.lang.String value)
        Sets the value of the 'Source File' attribute.
        Parameters:
        value - the new value of the 'Source File' attribute.
        See Also:
        getSourceFile()