public interface VTAnnotationPackage
extends org.eclipse.emf.ecore.EPackage
VTAnnotationFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VTAnnotationPackage.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 int |
ANNOTATION_SELECTOR
The meta object id for the
'
Selector ' class. |
static int |
ANNOTATION_SELECTOR__KEY
The feature id for the 'Key' attribute.
|
static int |
ANNOTATION_SELECTOR__VALUE
The feature id for the 'Value' attribute.
|
static int |
ANNOTATION_SELECTOR_FEATURE_COUNT
The number of structural features of the 'Selector' class.
|
static int |
ANNOTATION_SELECTOR_OPERATION_COUNT
The number of operations of the 'Selector' class.
|
static VTAnnotationPackage |
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.
|
Modifier and Type | Method and Description |
---|---|
VTAnnotationFactory |
getAnnotationFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getAnnotationSelector_Key()
Returns the meta object for the attribute
'
Key '. |
org.eclipse.emf.ecore.EAttribute |
getAnnotationSelector_Value()
Returns the meta object for the attribute
'
Value '. |
org.eclipse.emf.ecore.EClass |
getAnnotationSelector()
Returns the meta object for class
'
Selector '. |
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 VTAnnotationPackage eINSTANCE
static final int ANNOTATION_SELECTOR
Selector
' class.
static final int ANNOTATION_SELECTOR__KEY
static final int ANNOTATION_SELECTOR__VALUE
static final int ANNOTATION_SELECTOR_FEATURE_COUNT
static final int ANNOTATION_SELECTOR_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getAnnotationSelector()
Selector
'.
VTAnnotationSelector
org.eclipse.emf.ecore.EAttribute getAnnotationSelector_Key()
Key
'.
VTAnnotationSelector.getKey()
,
getAnnotationSelector()
org.eclipse.emf.ecore.EAttribute getAnnotationSelector_Value()
Value
'.
VTAnnotationSelector.getValue()
,
getAnnotationSelector()
VTAnnotationFactory getAnnotationFactory()
Copyright © 2019. All rights reserved.