Interface Template

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

    public interface Template
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Template'.

    The following features are supported:

    See Also:
    DataTemplatePackage.getTemplate()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EObject getInstance()
      Returns the value of the 'Instance' containment reference.
      java.lang.String getName()
      Returns the value of the 'Name' attribute.
      void setInstance​(org.eclipse.emf.ecore.EObject value)
      Sets the value of the 'Instance' containment reference.
      void setName​(java.lang.String value)
      Sets the value of the 'Name' 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

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute.

        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), DataTemplatePackage.getTemplate_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()
      • getInstance

        org.eclipse.emf.ecore.EObject getInstance()
        Returns the value of the 'Instance' containment reference.

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

        Returns:
        the value of the 'Instance' containment reference.
        See Also:
        setInstance(EObject), DataTemplatePackage.getTemplate_Instance()
      • setInstance

        void setInstance​(org.eclipse.emf.ecore.EObject value)
        Sets the value of the 'Instance' containment reference.
        Parameters:
        value - the new value of the 'Instance' containment reference.
        See Also:
        getInstance()