Interface VGroupedGridPackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    VGroupedGridPackageImpl

    public interface VGroupedGridPackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    Since:
    1.2
    See Also:
    VGroupedGridFactory
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  VGroupedGridPackage.Literals
      Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
      • Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage

        org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EClass getGroup()
      Returns the meta object for class 'Group'.
      org.eclipse.emf.ecore.EAttribute getGroup_Name()
      Returns the meta object for the attribute 'Name'.
      org.eclipse.emf.ecore.EReference getGroup_Rows()
      Returns the meta object for the containment reference list ' Rows'.
      org.eclipse.emf.ecore.EClass getGroupedGrid()
      Returns the meta object for class 'Grouped Grid'.
      org.eclipse.emf.ecore.EReference getGroupedGrid_Groups()
      Returns the meta object for the containment reference list ' Groups'.
      VGroupedGridFactory getGroupedGridFactory()
      Returns the factory that creates the instances of the model.
      org.eclipse.emf.ecore.EClass getRow()
      Returns the meta object for class 'Row'.
      org.eclipse.emf.ecore.EReference getRow_Children()
      Returns the meta object for the containment reference list ' Children'.
      org.eclipse.emf.ecore.EClass getSpan()
      Returns the meta object for class 'Span'.
      org.eclipse.emf.ecore.EAttribute getSpan_HorizontalSpan()
      Returns the meta object for the attribute ' Horizontal Span'.
      • Methods inherited from interface org.eclipse.emf.ecore.EModelElement

        getEAnnotation, getEAnnotations
      • Methods inherited from interface org.eclipse.emf.ecore.ENamedElement

        getName, setName
      • 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.ecore.EPackage

        getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getGroupedGrid

        org.eclipse.emf.ecore.EClass getGroupedGrid()
        Returns the meta object for class 'Grouped Grid'.
        Returns:
        the meta object for class 'Grouped Grid'.
        See Also:
        VGroupedGrid
      • getGroupedGrid_Groups

        org.eclipse.emf.ecore.EReference getGroupedGrid_Groups()
        Returns the meta object for the containment reference list ' Groups'.
        Returns:
        the meta object for the containment reference list 'Groups'.
        See Also:
        VGroupedGrid.getGroups(), getGroupedGrid()
      • getGroup

        org.eclipse.emf.ecore.EClass getGroup()
        Returns the meta object for class 'Group'.
        Returns:
        the meta object for class 'Group'.
        See Also:
        VGroup
      • getGroup_Rows

        org.eclipse.emf.ecore.EReference getGroup_Rows()
        Returns the meta object for the containment reference list ' Rows'.
        Returns:
        the meta object for the containment reference list 'Rows'.
        See Also:
        VGroup.getRows(), getGroup()
      • getGroup_Name

        org.eclipse.emf.ecore.EAttribute getGroup_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        VGroup.getName(), getGroup()
      • getRow

        org.eclipse.emf.ecore.EClass getRow()
        Returns the meta object for class 'Row'.
        Returns:
        the meta object for class 'Row'.
        See Also:
        VRow
      • getRow_Children

        org.eclipse.emf.ecore.EReference getRow_Children()
        Returns the meta object for the containment reference list ' Children'.
        Returns:
        the meta object for the containment reference list 'Children'.
        See Also:
        VRow.getChildren(), getRow()
      • getSpan

        org.eclipse.emf.ecore.EClass getSpan()
        Returns the meta object for class 'Span'.
        Returns:
        the meta object for class 'Span'.
        See Also:
        VSpan
      • getSpan_HorizontalSpan

        org.eclipse.emf.ecore.EAttribute getSpan_HorizontalSpan()
        Returns the meta object for the attribute ' Horizontal Span'.
        Returns:
        the meta object for the attribute 'Horizontal Span'.
        See Also:
        VSpan.getHorizontalSpan(), getSpan()
      • getGroupedGridFactory

        VGroupedGridFactory getGroupedGridFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.