Interface Pipe

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Returns the value of the 'Description' attribute.
      java.lang.String getDisplayLevel()
      Returns the value of the 'Display Level' attribute.
      java.lang.String getLabel()
      Returns the value of the 'Label' attribute.
      java.lang.String getName()
      Returns the value of the 'Name' attribute.
      org.eclipse.emf.common.util.EList<java.lang.String> getReadExcludedStates()
      Returns the value of the 'Read Excluded States' attribute list.
      java.lang.String getRwType()
      Returns the value of the 'Rw Type' attribute.
      org.eclipse.emf.common.util.EList<java.lang.String> getWriteExcludedStates()
      Returns the value of the 'Write Excluded States' attribute list.
      void setDescription​(java.lang.String value)
      Sets the value of the 'Description' attribute.
      void setDisplayLevel​(java.lang.String value)
      Sets the value of the 'Display Level' attribute.
      void setLabel​(java.lang.String value)
      Sets the value of the 'Label' attribute.
      void setName​(java.lang.String value)
      Sets the value of the 'Name' attribute.
      void setRwType​(java.lang.String value)
      Sets the value of the 'Rw Type' 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

      • 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()
      • 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()
      • setLabel

        void setLabel​(java.lang.String value)
        Sets the value of the 'Label' attribute.
        Parameters:
        value - the new value of the 'Label' attribute.
        See Also:
        getLabel()
      • setRwType

        void setRwType​(java.lang.String value)
        Sets the value of the 'Rw Type' attribute.
        Parameters:
        value - the new value of the 'Rw Type' attribute.
        See Also:
        getRwType()
      • setDisplayLevel

        void setDisplayLevel​(java.lang.String value)
        Sets the value of the 'Display Level' attribute.
        Parameters:
        value - the new value of the 'Display Level' attribute.
        See Also:
        getDisplayLevel()
      • getReadExcludedStates

        org.eclipse.emf.common.util.EList<java.lang.String> getReadExcludedStates()
        Returns the value of the 'Read Excluded States' attribute list. The list contents are of type String.
        Returns:
        the value of the 'Read Excluded States' attribute list.
        See Also:
        PogoDslPackage.getPipe_ReadExcludedStates()
      • getWriteExcludedStates

        org.eclipse.emf.common.util.EList<java.lang.String> getWriteExcludedStates()
        Returns the value of the 'Write Excluded States' attribute list. The list contents are of type String.
        Returns:
        the value of the 'Write Excluded States' attribute list.
        See Also:
        PogoDslPackage.getPipe_WriteExcludedStates()