public interface VTKeybindingPackage
extends org.eclipse.emf.ecore.EPackage
VTKeybindingFactory
Modifier and Type | Interface and 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
|
Modifier and Type | Field and Description |
---|---|
static VTKeybindingPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
KEY_BINDING
The meta object id for the '
Key Binding ' class. |
static int |
KEY_BINDING__ID
The feature id for the 'Id' attribute.
|
static int |
KEY_BINDING__KEY_SEQUENCE
The feature id for the 'Key Sequence' attribute.
|
static int |
KEY_BINDING_FEATURE_COUNT
The number of structural features of the 'Key Binding' class.
|
static int |
KEY_BINDING_OPERATION_COUNT
The number of operations of the 'Key Binding' class.
|
static int |
KEY_BINDINGS
The meta object id for the
'
Key Bindings '
class. |
static int |
KEY_BINDINGS__BINDINGS
The feature id for the 'Bindings' containment reference list.
|
static int |
KEY_BINDINGS_FEATURE_COUNT
The number of structural features of the 'Key Bindings' class.
|
static int |
KEY_BINDINGS_OPERATION_COUNT
The number of operations of the 'Key Bindings' class.
|
Modifier and Type | Method and Description |
---|---|
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 '. |
org.eclipse.emf.ecore.EClass |
getKeyBinding()
Returns the meta object for class '
Key Binding '. |
VTKeybindingFactory |
getKeybindingFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getKeyBindings_Bindings()
Returns the meta object for the containment reference list
'
Bindings '. |
org.eclipse.emf.ecore.EClass |
getKeyBindings()
Returns the meta object for class '
Key Bindings '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final VTKeybindingPackage eINSTANCE
static final int KEY_BINDINGS
Key Bindings
'
class.
static final int KEY_BINDINGS__BINDINGS
static final int KEY_BINDINGS_FEATURE_COUNT
static final int KEY_BINDINGS_OPERATION_COUNT
static final int KEY_BINDING
Key Binding
' class.
static final int KEY_BINDING__ID
static final int KEY_BINDING__KEY_SEQUENCE
static final int KEY_BINDING_FEATURE_COUNT
static final int KEY_BINDING_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getKeyBindings()
Key Bindings
'.
VTKeyBindings
org.eclipse.emf.ecore.EReference getKeyBindings_Bindings()
Bindings
'.
VTKeyBindings.getBindings()
,
getKeyBindings()
org.eclipse.emf.ecore.EClass getKeyBinding()
Key Binding
'.
VTKeyBinding
org.eclipse.emf.ecore.EAttribute getKeyBinding_Id()
Id
'.
VTKeyBinding.getId()
,
getKeyBinding()
org.eclipse.emf.ecore.EAttribute getKeyBinding_KeySequence()
Key
Sequence
'.
VTKeyBinding.getKeySequence()
,
getKeyBinding()
VTKeybindingFactory getKeybindingFactory()
Copyright © 2019. All rights reserved.