Interface Feature

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

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

    The following features are supported:

    See Also:
    ContextMappingDSLPackage.getFeature()
    Model:
    Generated:
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEntity()
      Returns the value of the 'Entity' attribute.
      java.lang.String getVerb()
      Returns the value of the 'Verb' 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

      • getVerb

        java.lang.String getVerb()
        Returns the value of the 'Verb' attribute.

        If the meaning of the 'Verb' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Verb' attribute.
        See Also:
        setVerb(String), ContextMappingDSLPackage.getFeature_Verb()
        Model:
        Generated:
      • 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:
      • getEntity

        java.lang.String getEntity()
        Returns the value of the 'Entity' attribute.

        If the meaning of the 'Entity' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Entity' attribute.
        See Also:
        setEntity(String), ContextMappingDSLPackage.getFeature_Entity()
        Model:
        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: