public interface VAnnotationPackage
extends org.eclipse.emf.ecore.EPackage
VAnnotationFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VAnnotationPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static int |
ANNOTATION
The meta object id for the '
Annotation ' class. |
static int |
ANNOTATION__KEY
The feature id for the 'Key' attribute.
|
static int |
ANNOTATION__VALUE
The feature id for the 'Value' attribute.
|
static int |
ANNOTATION_FEATURE_COUNT
The number of structural features of the 'Annotation' class.
|
static VAnnotationPackage |
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 |
---|---|
org.eclipse.emf.ecore.EAttribute |
getAnnotation_Key()
Returns the meta object for the attribute '
Key '. |
org.eclipse.emf.ecore.EAttribute |
getAnnotation_Value()
Returns the meta object for the attribute '
Value '. |
org.eclipse.emf.ecore.EClass |
getAnnotation()
Returns the meta object for class '
Annotation '. |
VAnnotationFactory |
getAnnotationFactory()
Returns the factory that creates the instances of the model.
|
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 VAnnotationPackage eINSTANCE
static final int ANNOTATION
Annotation
' class.
static final int ANNOTATION__KEY
static final int ANNOTATION__VALUE
static final int ANNOTATION_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getAnnotation()
Annotation
'.
VAnnotation
org.eclipse.emf.ecore.EAttribute getAnnotation_Key()
Key
'.
VAnnotation.getKey()
,
getAnnotation()
org.eclipse.emf.ecore.EAttribute getAnnotation_Value()
Value
'.
VAnnotation.getValue()
,
getAnnotation()
VAnnotationFactory getAnnotationFactory()
Copyright © 2019. All rights reserved.