|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Package for the model. It contains accessors for the meta objects to represent
EtypesFactory
Nested Class Summary | |
---|---|
static interface |
EtypesPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
EPackage.Descriptor, EPackage.Registry |
Field Summary | |
---|---|
static int |
ANNOTATION
The meta object id for the ' Annotation ' class.
|
static int |
ANNOTATION__ANNOTATIONS
The feature id for the 'Annotations' containment reference list. |
static int |
ANNOTATION__CONTENTS
The feature id for the 'Contents' containment reference list. |
static int |
ANNOTATION__DETAILS
The feature id for the 'Details' map. |
static int |
ANNOTATION__MODEL_ELEMENT
The feature id for the 'Model Element' container reference. |
static int |
ANNOTATION__REFERENCES
The feature id for the 'References' reference list. |
static int |
ANNOTATION__SOURCE
The feature id for the 'Source' attribute. |
static int |
ANNOTATION_FEATURE_COUNT
The number of structural features of the 'Annotation' class. |
static int |
BLOB
The meta object id for the 'Blob' data type. |
static int |
CLOB
The meta object id for the 'Clob' data type. |
static EtypesPackage |
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 |
LOB
The meta object id for the 'Lob' data type. |
static int |
MODEL_ELEMENT
The meta object id for the ' Model Element ' class |
static int |
MODEL_ELEMENT__ANNOTATIONS
The feature id for the 'Annotations' containment reference list. |
static int |
MODEL_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Model Element' class. |
Method Summary | |
---|---|
EReference |
getAnnotation_Contents()
Returns the meta object for the containment reference list ' Contents '.
|
EReference |
getAnnotation_Details()
Returns the meta object for the map ' Details ' |
EReference |
getAnnotation_ModelElement()
Returns the meta object for the container reference ' Model Element '.
|
EReference |
getAnnotation_References()
Returns the meta object for the reference list ' References '.
|
EAttribute |
getAnnotation_Source()
Returns the meta object for the attribute ' Source
'.
|
EClass |
getAnnotation()
Returns the meta object for class ' Annotation '.
|
EDataType |
getBlob()
Returns the meta object for data type ' Blob '.
|
EDataType |
getClob()
Returns the meta object for data type ' Clob '.
|
EtypesFactory |
getEtypesFactory()
Returns the factory that creates the instances of the model. |
EDataType |
getLob()
Returns the meta object for data type ' Lob '.
|
EReference |
getModelElement_Annotations()
Returns the meta object for the containment reference list ' Annotations '.
|
EClass |
getModelElement()
Returns the meta object for class ' Model Element '.
|
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.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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 |
Field Detail |
---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final EtypesPackage eINSTANCE
static final int MODEL_ELEMENT
Model Element
' class.
ModelElementImpl
,
EtypesPackageImpl.getModelElement()
,
Constant Field Valuesstatic final int MODEL_ELEMENT__ANNOTATIONS
static final int MODEL_ELEMENT_FEATURE_COUNT
static final int ANNOTATION
Annotation
' class.
AnnotationImpl
,
EtypesPackageImpl.getAnnotation()
,
Constant Field Valuesstatic final int ANNOTATION__ANNOTATIONS
static final int ANNOTATION__SOURCE
static final int ANNOTATION__DETAILS
static final int ANNOTATION__MODEL_ELEMENT
static final int ANNOTATION__CONTENTS
static final int ANNOTATION__REFERENCES
static final int ANNOTATION_FEATURE_COUNT
static final int BLOB
CDOBlob
,
EtypesPackageImpl.getBlob()
,
Constant Field Valuesstatic final int CLOB
CDOClob
,
EtypesPackageImpl.getClob()
,
Constant Field Valuesstatic final int LOB
CDOLob
,
EtypesPackageImpl.getLob()
,
Constant Field ValuesMethod Detail |
---|
EClass getModelElement()
Model Element
'.
ModelElement
EReference getModelElement_Annotations()
Annotations
'.
ModelElement.getAnnotations()
,
getModelElement()
EClass getAnnotation()
Annotation
'.
Annotation
EAttribute getAnnotation_Source()
Source
'.
Annotation.getSource()
,
getAnnotation()
EReference getAnnotation_Details()
Details
'.
Annotation.getDetails()
,
getAnnotation()
EReference getAnnotation_ModelElement()
Model Element
'.
Annotation.getModelElement()
,
getAnnotation()
EReference getAnnotation_Contents()
Contents
'.
Annotation.getContents()
,
getAnnotation()
EReference getAnnotation_References()
References
'.
Annotation.getReferences()
,
getAnnotation()
EDataType getBlob()
Blob
'.
CDOBlob
EDataType getClob()
Clob
'.
CDOClob
EDataType getLob()
Lob
'.
CDOLob
EtypesFactory getEtypesFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |