Interface ContextDef

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<Method> allMethods()
      org.eclipse.emf.common.util.EList<Property> allProperties()
      org.eclipse.emf.common.util.EList<ContextDef> allRefContextDefs()
      org.eclipse.emf.common.util.EList<Method> getMethods()
      Returns the value of the 'Methods' containment reference list.
      org.eclipse.emf.common.util.EList<Property> getProperties()
      Returns the value of the 'Properties' containment reference list.
      org.eclipse.emf.common.util.EList<ContextDef> getRefContextDefs()
      Returns the value of the 'Ref Context Defs' 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

      • getProperties

        org.eclipse.emf.common.util.EList<Property> getProperties()
        Returns the value of the 'Properties' containment reference list. The list contents are of type Property.
        Returns:
        the value of the 'Properties' containment reference list.
        See Also:
        McorePackage.getContextDef_Properties()
      • getMethods

        org.eclipse.emf.common.util.EList<Method> getMethods()
        Returns the value of the 'Methods' containment reference list. The list contents are of type Method.
        Returns:
        the value of the 'Methods' containment reference list.
        See Also:
        McorePackage.getContextDef_Methods()
      • allProperties

        org.eclipse.emf.common.util.EList<Property> allProperties()
      • allMethods

        org.eclipse.emf.common.util.EList<Method> allMethods()
      • allRefContextDefs

        org.eclipse.emf.common.util.EList<ContextDef> allRefContextDefs()