Interface Picto

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<CustomView> getCustomViews()
      Returns the value of the 'Custom Views' containment reference list.
      java.lang.String getFormat()
      Returns the value of the 'Format' attribute.
      org.eclipse.emf.common.util.EList<Model> getModels()
      Returns the value of the 'Models' containment reference list.
      org.eclipse.emf.common.util.EList<Parameter> getParameters()
      Returns the value of the 'Parameters' containment reference list.
      java.lang.String getTransformation()
      Returns the value of the 'Transformation' attribute.
      boolean isStandalone()
      Returns the value of the 'Standalone' attribute.
      void setFormat​(java.lang.String value)
      Sets the value of the 'Format' attribute.
      void setStandalone​(boolean value)
      Sets the value of the 'Standalone' attribute.
      void setTransformation​(java.lang.String value)
      Sets the value of the 'Transformation' 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

      • setTransformation

        void setTransformation​(java.lang.String value)
        Sets the value of the 'Transformation' attribute.
        Parameters:
        value - the new value of the 'Transformation' attribute.
        See Also:
        getTransformation()
      • 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()
      • setStandalone

        void setStandalone​(boolean value)
        Sets the value of the 'Standalone' attribute.
        Parameters:
        value - the new value of the 'Standalone' attribute.
        See Also:
        isStandalone()
      • getModels

        org.eclipse.emf.common.util.EList<Model> getModels()
        Returns the value of the 'Models' containment reference list. The list contents are of type Model.
        Returns:
        the value of the 'Models' containment reference list.
        See Also:
        PictoPackage.getPicto_Models()
      • 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.getPicto_Parameters()
      • getCustomViews

        org.eclipse.emf.common.util.EList<CustomView> getCustomViews()
        Returns the value of the 'Custom Views' containment reference list. The list contents are of type CustomView.
        Returns:
        the value of the 'Custom Views' containment reference list.
        See Also:
        PictoPackage.getPicto_CustomViews()