
public interface EtypesPackage
extends org.eclipse.emf.ecore.EPackage
EtypesFactory| Modifier and Type | Interface and Description |
|---|---|
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
|
| Modifier and Type | Field and Description |
|---|---|
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 |
INPUT_STREAM
The meta object id for the 'Input Stream' data type
|
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.
|
static int |
READER
The meta object id for the 'Reader' data type
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EReference |
getAnnotation_Contents()
Returns the meta object for the containment reference list '
Contents' |
org.eclipse.emf.ecore.EReference |
getAnnotation_Details()
Returns the meta object for the map '
Details' |
org.eclipse.emf.ecore.EReference |
getAnnotation_ModelElement()
Returns the meta object for the container reference '
Model Element' |
org.eclipse.emf.ecore.EReference |
getAnnotation_References()
Returns the meta object for the reference list '
References' |
org.eclipse.emf.ecore.EAttribute |
getAnnotation_Source()
Returns the meta object for the attribute '
Source' |
org.eclipse.emf.ecore.EClass |
getAnnotation()
Returns the meta object for class ' Annotation'.
|
org.eclipse.emf.ecore.EDataType |
getBlob()
Returns the meta object for data type ' Blob'.
|
org.eclipse.emf.ecore.EDataType |
getClob()
Returns the meta object for data type ' Clob'.
|
EtypesFactory |
getEtypesFactory()
Returns the factory that creates the instances of the model
|
org.eclipse.emf.ecore.EDataType |
getInputStream()
Returns the meta object for data type '
Input Stream' |
org.eclipse.emf.ecore.EDataType |
getLob()
Returns the meta object for data type ' Lob'.
|
org.eclipse.emf.ecore.EReference |
getModelElement_Annotations()
Returns the meta object for the containment reference list '
Annotations' |
org.eclipse.emf.ecore.EClass |
getModelElement()
Returns the meta object for class ' Model Element'.
|
org.eclipse.emf.ecore.EDataType |
getReader()
Returns the meta object for data type '
Reader' |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic 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 Valuesstatic final int INPUT_STREAM
InputStream,
EtypesPackageImpl.getInputStream(),
Constant Field Valuesstatic final int READER
Reader,
EtypesPackageImpl.getReader(),
Constant Field Valuesorg.eclipse.emf.ecore.EClass getModelElement()
Model Element'. ModelElementorg.eclipse.emf.ecore.EReference getModelElement_Annotations()
Annotations'.
ModelElement.getAnnotations(),
getModelElement()org.eclipse.emf.ecore.EClass getAnnotation()
Annotation'. Annotationorg.eclipse.emf.ecore.EAttribute getAnnotation_Source()
Source'.
Annotation.getSource(),
getAnnotation()org.eclipse.emf.ecore.EReference getAnnotation_Details()
Details'.
Annotation.getDetails(),
getAnnotation()org.eclipse.emf.ecore.EReference getAnnotation_ModelElement()
Model Element'.
Annotation.getModelElement(),
getAnnotation()org.eclipse.emf.ecore.EReference getAnnotation_Contents()
Contents'.
Annotation.getContents(),
getAnnotation()org.eclipse.emf.ecore.EReference getAnnotation_References()
References'.
Annotation.getReferences(),
getAnnotation()org.eclipse.emf.ecore.EDataType getBlob()
Blob'. CDOBloborg.eclipse.emf.ecore.EDataType getClob()
Clob'. CDOCloborg.eclipse.emf.ecore.EDataType getLob()
Lob'. CDOLoborg.eclipse.emf.ecore.EDataType getInputStream()
Input Stream'.
InputStreamorg.eclipse.emf.ecore.EDataType getReader()
Reader'.
ReaderEtypesFactory getEtypesFactory()
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.