Interface PackageObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EClass> getAllEClasses()
      Returns all of the EClasses contained in this PackageObject's metamodel.
      org.eclipse.emf.common.util.EList<ClassObject> getClassObjects()
      Returns the value of the 'Class Objects' containment reference list.
      org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> getMetamodel()
      Returns the value of the 'Metamodel' reference list.
      • 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

      • getMetamodel

        org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> getMetamodel()
        Returns the value of the 'Metamodel' reference list. The list contents are of type EPackage.

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

        Returns:
        the value of the 'Metamodel' reference list.
        See Also:
        HutnPackage.getPackageObject_Metamodel()
      • getClassObjects

        org.eclipse.emf.common.util.EList<ClassObject> getClassObjects()
        Returns the value of the 'Class Objects' containment reference list. The list contents are of type ClassObject.

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

        Returns:
        the value of the 'Class Objects' containment reference list.
        See Also:
        HutnPackage.getPackageObject_ClassObjects()
      • getAllEClasses

        org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EClass> getAllEClasses()
        Returns all of the EClasses contained in this PackageObject's metamodel.