Interface Feature

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getContainerEntity()
      Returns the value of the 'Container Entity' attribute.
      java.lang.String getEntity()
      Returns the value of the 'Entity' attribute.
      org.eclipse.emf.common.util.EList<java.lang.String> getEntityAttributes()
      Returns the value of the 'Entity Attributes' attribute list.
      java.lang.String getVerb()
      Returns the value of the 'Verb' attribute.
      void setContainerEntity​(java.lang.String value)
      Sets the value of the 'Container Entity' attribute.
      void setEntity​(java.lang.String value)
      Sets the value of the 'Entity' attribute.
      void setVerb​(java.lang.String value)
      Sets the value of the 'Verb' 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

      • setVerb

        void setVerb​(java.lang.String value)
        Sets the value of the 'Verb' attribute.
        Parameters:
        value - the new value of the 'Verb' attribute.
        See Also:
        getVerb()
        Generated:
      • setEntity

        void setEntity​(java.lang.String value)
        Sets the value of the 'Entity' attribute.
        Parameters:
        value - the new value of the 'Entity' attribute.
        See Also:
        getEntity()
        Generated:
      • getEntityAttributes

        org.eclipse.emf.common.util.EList<java.lang.String> getEntityAttributes()
        Returns the value of the 'Entity Attributes' attribute list. The list contents are of type String.
        Returns:
        the value of the 'Entity Attributes' attribute list.
        See Also:
        ContextMappingDSLPackage.getFeature_EntityAttributes()
        Model:
        unique="false"
        Generated:
      • setContainerEntity

        void setContainerEntity​(java.lang.String value)
        Sets the value of the 'Container Entity' attribute.
        Parameters:
        value - the new value of the 'Container Entity' attribute.
        See Also:
        getContainerEntity()
        Generated: