Interface InputFilterRecipe

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String copyright
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getInputKey()
      Returns the value of the 'Input Key' attribute.
      java.lang.String getKeyID()
      Returns the value of the 'Key ID' attribute.
      Mask getMask()
      Returns the value of the 'Mask' containment reference.
      void setInputKey​(java.lang.Object value)
      Sets the value of the 'Input Key' attribute.
      void setKeyID​(java.lang.String value)
      Sets the value of the 'Key ID' attribute.
      void setMask​(Mask value)
      Sets the value of the 'Mask' 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

      • setInputKey

        void setInputKey​(java.lang.Object value)
        Sets the value of the 'Input Key' attribute.
        Parameters:
        value - the new value of the 'Input Key' attribute.
        See Also:
        getInputKey()
        Generated:
      • getKeyID

        java.lang.String getKeyID()
        Returns the value of the 'Key ID' attribute. Temporary construct for identifying types over the wire. TODO improve type references
        Returns:
        the value of the 'Key ID' attribute.
        See Also:
        setKeyID(String), RecipesPackage.getInputFilterRecipe_KeyID()
        Generated:
        Model:
        unique="false"
      • setKeyID

        void setKeyID​(java.lang.String value)
        Sets the value of the 'Key ID' attribute.
        Parameters:
        value - the new value of the 'Key ID' attribute.
        See Also:
        getKeyID()
        Generated:
      • setMask

        void setMask​(Mask value)
        Sets the value of the 'Mask' containment reference.
        Parameters:
        value - the new value of the 'Mask' containment reference.
        See Also:
        getMask()
        Generated: