Interface VSection

    • Method Detail

      • getChildItems

        org.eclipse.emf.common.util.EList<VSection> getChildItems()
        Returns the value of the 'Child Items' containment reference list. The list contents are of type VSection.

        If the meaning of the 'Child Items' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Child Items' containment reference list.
        See Also:
        VSectionPackage.getSection_ChildItems()
      • isCollapsed

        boolean isCollapsed()
        Returns the value of the 'Collapsed' attribute. The default value is "false".

        If the meaning of the 'Collapsed' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Collapsed' attribute.
        See Also:
        setCollapsed(boolean), VSectionPackage.getSection_Collapsed()
      • setCollapsed

        void setCollapsed​(boolean value)
        Sets the value of the 'Collapsed' attribute.
        Parameters:
        value - the new value of the 'Collapsed' attribute.
        See Also:
        isCollapsed()