Package org.eclipse.emf.cdo.etypes
Interface EtypesPackage.Literals
- 
- Enclosing interface:
- EtypesPackage
 
 public static interface EtypesPackage.LiteralsDefines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
 - Generated
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Field SummaryFields Modifier and Type Field Description static org.eclipse.emf.ecore.EClassANNOTATIONThe meta object literal for the 'Annotation' class.static org.eclipse.emf.ecore.EReferenceANNOTATION__CONTENTSThe meta object literal for the 'Contents' containment reference list feature.static org.eclipse.emf.ecore.EReferenceANNOTATION__DETAILSThe meta object literal for the 'Details' map feature.static org.eclipse.emf.ecore.EReferenceANNOTATION__MODEL_ELEMENTThe meta object literal for the 'Model Element' container reference feature.static org.eclipse.emf.ecore.EReferenceANNOTATION__REFERENCESThe meta object literal for the 'References' reference list feature.static org.eclipse.emf.ecore.EAttributeANNOTATION__SOURCEThe meta object literal for the 'Source' attribute feature.static org.eclipse.emf.ecore.EDataTypeBLOBThe meta object literal for the 'Blob' data type.static org.eclipse.emf.ecore.EDataTypeBRANCH_POINT_REFThe meta object literal for the 'Branch Point Ref' data type.static org.eclipse.emf.ecore.EDataTypeBRANCH_REFThe meta object literal for the 'Branch Ref' data type.static org.eclipse.emf.ecore.EDataTypeCLASSIFIER_REFThe meta object literal for the 'Classifier Ref' data type.static org.eclipse.emf.ecore.EDataTypeCLOBThe meta object literal for the 'Clob' data type.static org.eclipse.emf.ecore.EDataTypeINPUT_STREAMThe meta object literal for the 'Input Stream' data type.static org.eclipse.emf.ecore.EDataTypeLOBThe meta object literal for the 'Lob' data type.static org.eclipse.emf.ecore.EClassMODEL_ELEMENTThe meta object literal for the 'Model Element' class.static org.eclipse.emf.ecore.EOperationMODEL_ELEMENT___GET_ANNOTATION__STRINGThe meta object literal for the 'Get Annotation' operation.static org.eclipse.emf.ecore.EReferenceMODEL_ELEMENT__ANNOTATIONSThe meta object literal for the 'Annotations' containment reference list feature.static org.eclipse.emf.ecore.EDataTypeREADERThe meta object literal for the 'Reader' data type.
 
- 
- 
- 
Field Detail- 
MODEL_ELEMENTstatic final org.eclipse.emf.ecore.EClass MODEL_ELEMENT The meta object literal for the 'Model Element' class.- See Also:
- ModelElementImpl,- EtypesPackageImpl.getModelElement()
- Generated
 
 - 
MODEL_ELEMENT__ANNOTATIONSstatic final org.eclipse.emf.ecore.EReference MODEL_ELEMENT__ANNOTATIONS The meta object literal for the 'Annotations' containment reference list feature.- Generated
 
 - 
MODEL_ELEMENT___GET_ANNOTATION__STRINGstatic final org.eclipse.emf.ecore.EOperation MODEL_ELEMENT___GET_ANNOTATION__STRING The meta object literal for the 'Get Annotation' operation.- Since:
- 4.11
- Generated
 
 - 
ANNOTATIONstatic final org.eclipse.emf.ecore.EClass ANNOTATION The meta object literal for the 'Annotation' class.- See Also:
- AnnotationImpl,- EtypesPackageImpl.getAnnotation()
- Generated
 
 - 
ANNOTATION__SOURCEstatic final org.eclipse.emf.ecore.EAttribute ANNOTATION__SOURCE The meta object literal for the 'Source' attribute feature.- Generated
 
 - 
ANNOTATION__DETAILSstatic final org.eclipse.emf.ecore.EReference ANNOTATION__DETAILS The meta object literal for the 'Details' map feature.- Generated
 
 - 
ANNOTATION__MODEL_ELEMENTstatic final org.eclipse.emf.ecore.EReference ANNOTATION__MODEL_ELEMENT The meta object literal for the 'Model Element' container reference feature.- Generated
 
 - 
ANNOTATION__CONTENTSstatic final org.eclipse.emf.ecore.EReference ANNOTATION__CONTENTS The meta object literal for the 'Contents' containment reference list feature.- Generated
 
 - 
ANNOTATION__REFERENCESstatic final org.eclipse.emf.ecore.EReference ANNOTATION__REFERENCES The meta object literal for the 'References' reference list feature.- Generated
 
 - 
BLOBstatic final org.eclipse.emf.ecore.EDataType BLOB The meta object literal for the 'Blob' data type.- See Also:
- CDOBlob,- EtypesPackageImpl.getBlob()
- Generated
 
 - 
CLOBstatic final org.eclipse.emf.ecore.EDataType CLOB The meta object literal for the 'Clob' data type.- See Also:
- CDOClob,- EtypesPackageImpl.getClob()
- Generated
 
 - 
LOBstatic final org.eclipse.emf.ecore.EDataType LOB The meta object literal for the 'Lob' data type.- Since:
- 4.1
- See Also:
- CDOLob,- EtypesPackageImpl.getLob()
- Generated
 
 - 
INPUT_STREAMstatic final org.eclipse.emf.ecore.EDataType INPUT_STREAM The meta object literal for the 'Input Stream' data type.- Since:
- 4.3
- See Also:
- InputStream,- EtypesPackageImpl.getInputStream()
- Generated
 
 - 
READERstatic final org.eclipse.emf.ecore.EDataType READER The meta object literal for the 'Reader' data type.- Since:
- 4.3
- See Also:
- Reader,- EtypesPackageImpl.getReader()
- Generated
 
 - 
CLASSIFIER_REFstatic final org.eclipse.emf.ecore.EDataType CLASSIFIER_REF The meta object literal for the 'Classifier Ref' data type.- Since:
- 4.10
- See Also:
- CDOClassifierRef,- EtypesPackageImpl.getClassifierRef()
- Generated
 
 - 
BRANCH_REFstatic final org.eclipse.emf.ecore.EDataType BRANCH_REF The meta object literal for the 'Branch Ref' data type.- Since:
- 4.10
- See Also:
- CDOBranchRef,- EtypesPackageImpl.getBranchRef()
- Generated
 
 - 
BRANCH_POINT_REFstatic final org.eclipse.emf.ecore.EDataType BRANCH_POINT_REF The meta object literal for the 'Branch Point Ref' data type.- Since:
- 4.10
- See Also:
- CDOBranchPointRef,- EtypesPackageImpl.getBranchPointRef()
- Generated
 
 
- 
 
-