Interface VGroupPackage

  • 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:
    VGroupPackageImpl

    public interface VGroupPackage
    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
    See Also:
    VGroupFactory
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  VGroupPackage.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_Collapsed()
      Returns the meta object for the attribute 'Collapsed'.
      org.eclipse.emf.ecore.EAttribute getGroup_GroupType()
      Returns the meta object for the attribute 'Group Type'.
      org.eclipse.emf.ecore.EAttribute getGroup_LabelAlignment()
      Returns the meta object for the attribute 'Label Alignment'.
      VGroupFactory getGroupFactory()
      Returns the factory that creates the instances of the model.
      org.eclipse.emf.ecore.EEnum getGroupLabelAlignment()
      Returns the meta object for enum 'Label Alignment'.
      org.eclipse.emf.ecore.EEnum getGroupType()
      Returns the meta object for enum 'Type'.
      • 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

      • 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_GroupType

        org.eclipse.emf.ecore.EAttribute getGroup_GroupType()
        Returns the meta object for the attribute 'Group Type'.
        Returns:
        the meta object for the attribute 'Group Type'.
        Since:
        1.4
        See Also:
        VGroup.getGroupType(), getGroup()
      • getGroup_LabelAlignment

        org.eclipse.emf.ecore.EAttribute getGroup_LabelAlignment()
        Returns the meta object for the attribute 'Label Alignment'.
        Returns:
        the meta object for the attribute 'Label Alignment'.
        Since:
        1.3
        See Also:
        VGroup.getLabelAlignment(), getGroup()
      • getGroup_Collapsed

        org.eclipse.emf.ecore.EAttribute getGroup_Collapsed()
        Returns the meta object for the attribute 'Collapsed'.
        Returns:
        the meta object for the attribute 'Collapsed'.
        Since:
        1.4
        See Also:
        VGroup.isCollapsed(), getGroup()
      • getGroupType

        org.eclipse.emf.ecore.EEnum getGroupType()
        Returns the meta object for enum 'Type'.
        Returns:
        the meta object for enum 'Type'.
        Since:
        1.4
        See Also:
        GroupType
      • getGroupLabelAlignment

        org.eclipse.emf.ecore.EEnum getGroupLabelAlignment()
        Returns the meta object for enum 'Label Alignment'.
        Returns:
        the meta object for enum 'Label Alignment'.
        Since:
        1.3
        See Also:
        GroupLabelAlignment
      • getGroupFactory

        VGroupFactory getGroupFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.