Interface Argument

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

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

    The following features are supported:

    See Also:
    PogoDslPackage.getArgument()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Returns the value of the 'Description' attribute.
      Type getType()
      Returns the value of the 'Type' containment reference.
      void setDescription​(java.lang.String value)
      Sets the value of the 'Description' attribute.
      void setType​(Type value)
      Sets the value of the 'Type' containment reference.
      • 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

      • setType

        void setType​(Type value)
        Sets the value of the 'Type' containment reference.
        Parameters:
        value - the new value of the 'Type' containment reference.
        See Also:
        getType()
      • setDescription

        void setDescription​(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()