Interface VTKeybindingPackage

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

    public interface VTKeybindingPackage
    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 operation of each class,
    • each enum,
    • and each data type
    Since:
    1.18
    See Also:
    VTKeybindingFactory
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  VTKeybindingPackage.Literals
      Defines literals for the meta objects that represent each class, each feature of each class, each operation 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 getKeyBinding()
      Returns the meta object for class 'Key Binding'.
      org.eclipse.emf.ecore.EAttribute getKeyBinding_Id()
      Returns the meta object for the attribute 'Id'.
      org.eclipse.emf.ecore.EAttribute getKeyBinding_KeySequence()
      Returns the meta object for the attribute 'Key Sequence'.
      VTKeybindingFactory getKeybindingFactory()
      Returns the factory that creates the instances of the model.
      org.eclipse.emf.ecore.EClass getKeyBindings()
      Returns the meta object for class 'Key Bindings'.
      org.eclipse.emf.ecore.EReference getKeyBindings_Bindings()
      Returns the meta object for the containment reference list 'Bindings'.
      • 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

      • getKeyBindings

        org.eclipse.emf.ecore.EClass getKeyBindings()
        Returns the meta object for class 'Key Bindings'.
        Returns:
        the meta object for class 'Key Bindings'.
        See Also:
        VTKeyBindings
      • getKeyBindings_Bindings

        org.eclipse.emf.ecore.EReference getKeyBindings_Bindings()
        Returns the meta object for the containment reference list 'Bindings'.
        Returns:
        the meta object for the containment reference list 'Bindings'.
        See Also:
        VTKeyBindings.getBindings(), getKeyBindings()
      • getKeyBinding

        org.eclipse.emf.ecore.EClass getKeyBinding()
        Returns the meta object for class 'Key Binding'.
        Returns:
        the meta object for class 'Key Binding'.
        See Also:
        VTKeyBinding
      • getKeyBinding_Id

        org.eclipse.emf.ecore.EAttribute getKeyBinding_Id()
        Returns the meta object for the attribute 'Id'.
        Returns:
        the meta object for the attribute 'Id'.
        See Also:
        VTKeyBinding.getId(), getKeyBinding()
      • getKeybindingFactory

        VTKeybindingFactory getKeybindingFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.