Interface Group

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Section
    All Known Implementing Classes:
    GroupImpl

    public interface Group
    extends Section
    A representation of the model object 'Group'. The group of the 1C:Enterprise infobase sections.

    The following features are supported:

    See Also:
    ModelPackage.getGroup()
    • Method Detail

      • getSubsections

        org.eclipse.emf.common.util.EList<Section> getSubsections()
        Returns the value of the 'Subsections' containment reference list. The list contents are of type Section.
        Returns:
        the value of the 'Subsections' containment reference list.
        See Also:
        ModelPackage.getGroup_Subsections()
      • addSubsection

        void addSubsection​(Section section)
        Adds sub-section to this 1C:Enterprise infobase section.