Interface CustomView

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFormat()
      Returns the value of the 'Format' attribute.
      java.lang.String getIcon()
      Returns the value of the 'Icon' attribute.
      org.eclipse.emf.common.util.EList<java.lang.String> getLayers()
      Returns the value of the 'Layers' attribute list.
      org.eclipse.emf.common.util.EList<Parameter> getParameters()
      Returns the value of the 'Parameters' containment reference list.
      org.eclipse.emf.common.util.EList<Patch> getPatches()
      Returns the value of the 'Patches' containment reference list.
      org.eclipse.emf.common.util.EList<java.lang.String> getPath()
      Returns the value of the 'Path' attribute list.
      java.lang.Integer getPosition()
      Returns the value of the 'Position' attribute.
      java.lang.String getSource()
      Returns the value of the 'Source' attribute.
      java.lang.String getType()
      Returns the value of the 'Type' attribute.
      void setFormat​(java.lang.String value)
      Sets the value of the 'Format' attribute.
      void setIcon​(java.lang.String value)
      Sets the value of the 'Icon' attribute.
      void setPosition​(java.lang.Integer value)
      Sets the value of the 'Position' attribute.
      void setSource​(java.lang.String value)
      Sets the value of the 'Source' attribute.
      void setType​(java.lang.String value)
      Sets the value of the '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

      • getPath

        org.eclipse.emf.common.util.EList<java.lang.String> getPath()
        Returns the value of the 'Path' attribute list. The list contents are of type String.
        Returns:
        the value of the 'Path' attribute list.
        See Also:
        PictoPackage.getCustomView_Path()
      • setIcon

        void setIcon​(java.lang.String value)
        Sets the value of the 'Icon' attribute.
        Parameters:
        value - the new value of the 'Icon' attribute.
        See Also:
        getIcon()
      • setFormat

        void setFormat​(java.lang.String value)
        Sets the value of the 'Format' attribute.
        Parameters:
        value - the new value of the 'Format' attribute.
        See Also:
        getFormat()
      • setType

        void setType​(java.lang.String value)
        Sets the value of the 'Type' attribute.
        Parameters:
        value - the new value of the 'Type' attribute.
        See Also:
        getType()
      • setSource

        void setSource​(java.lang.String value)
        Sets the value of the 'Source' attribute.
        Parameters:
        value - the new value of the 'Source' attribute.
        See Also:
        getSource()
      • setPosition

        void setPosition​(java.lang.Integer value)
        Sets the value of the 'Position' attribute.
        Parameters:
        value - the new value of the 'Position' attribute.
        See Also:
        getPosition()
      • getLayers

        org.eclipse.emf.common.util.EList<java.lang.String> getLayers()
        Returns the value of the 'Layers' attribute list. The list contents are of type String.
        Returns:
        the value of the 'Layers' attribute list.
        See Also:
        PictoPackage.getCustomView_Layers()
      • getPatches

        org.eclipse.emf.common.util.EList<Patch> getPatches()
        Returns the value of the 'Patches' containment reference list. The list contents are of type Patch.
        Returns:
        the value of the 'Patches' containment reference list.
        See Also:
        PictoPackage.getCustomView_Patches()
      • getParameters

        org.eclipse.emf.common.util.EList<Parameter> getParameters()
        Returns the value of the 'Parameters' containment reference list. The list contents are of type Parameter.
        Returns:
        the value of the 'Parameters' containment reference list.
        See Also:
        PictoPackage.getCustomView_Parameters()