Interface Section

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFolder()
      Returns the value of the 'Folder' attribute.
      String getName()
      Returns the value of the 'Name' attribute.
      double getOrderInList()
      Returns the value of the 'Order In List' attribute.
      double getOrderInTree()
      Returns the value of the 'Order In Tree' attribute.
      UUID getUuid()
      Returns the value of the 'Uuid' attribute.
      boolean isExternal()
      Returns the value of the 'External' attribute.
      void setExternal​(boolean value)
      Sets the value of the 'External' attribute.
      void setName​(String value)
      Sets the value of the 'Name' attribute.
      void setOrderInList​(double value)
      Sets the value of the 'Order In List' attribute.
      void setOrderInTree​(double value)
      Sets the value of the 'Order In Tree' attribute.
      void setUuid​(UUID value)
      Sets the value of the 'Uuid' attribute.
      boolean validate​(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,​Object> context)
      • 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​(String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • setUuid

        void setUuid​(UUID value)
        Sets the value of the 'Uuid' attribute.
        Parameters:
        value - the new value of the 'Uuid' attribute.
        See Also:
        getUuid()
      • setExternal

        void setExternal​(boolean value)
        Sets the value of the 'External' attribute.
        Parameters:
        value - the new value of the 'External' attribute.
        See Also:
        isExternal()
      • setOrderInList

        void setOrderInList​(double value)
        Sets the value of the 'Order In List' attribute.
        Parameters:
        value - the new value of the 'Order In List' attribute.
        See Also:
        getOrderInList()
      • setOrderInTree

        void setOrderInTree​(double value)
        Sets the value of the 'Order In Tree' attribute.
        Parameters:
        value - the new value of the 'Order In Tree' attribute.
        See Also:
        getOrderInTree()
      • getFolder

        String getFolder()
        Returns the value of the 'Folder' attribute. Returns the String folder of the section.
        Returns:
        the value of the 'Folder' attribute.
        See Also:
        ModelPackage.getSection_Folder()
      • validate

        boolean validate​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                         Map<Object,​Object> context)