Interface EtypesPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
EtypesPackageImpl

public interface EtypesPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
See Also:
Generated
Model
kind="package"
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 Details

  • Method Details

    • getModelElement

      EClass getModelElement()
      Returns the meta object for class 'Model Element'.
      Returns:
      the meta object for class 'Model Element'.
      See Also:
      Generated
    • getModelElement_Annotations

      EReference getModelElement_Annotations()
      Returns the meta object for the containment reference list 'Annotations'.
      Returns:
      the meta object for the containment reference list 'Annotations'.
      See Also:
      Generated
    • getModelElement__GetAnnotation__String

      EOperation getModelElement__GetAnnotation__String()
      Returns the meta object for the 'Get Annotation' operation.
      Returns:
      the meta object for the 'Get Annotation' operation.
      Since:
      4.11
      See Also:
      Generated
    • getAnnotation

      EClass getAnnotation()
      Returns the meta object for class 'Annotation'.
      Returns:
      the meta object for class 'Annotation'.
      See Also:
      Generated
    • getAnnotation_Source

      EAttribute getAnnotation_Source()
      Returns the meta object for the attribute 'Source'.
      Returns:
      the meta object for the attribute 'Source'.
      See Also:
      Generated
    • getAnnotation_Details

      EReference getAnnotation_Details()
      Returns the meta object for the map 'Details'.
      Returns:
      the meta object for the map 'Details'.
      See Also:
      Generated
    • getAnnotation_ModelElement

      EReference getAnnotation_ModelElement()
      Returns the meta object for the container reference 'Model Element'.
      Returns:
      the meta object for the container reference 'Model Element'.
      See Also:
      Generated
    • getAnnotation_Contents

      EReference getAnnotation_Contents()
      Returns the meta object for the containment reference list 'Contents'.
      Returns:
      the meta object for the containment reference list 'Contents'.
      See Also:
      Generated
    • getAnnotation_References

      EReference getAnnotation_References()
      Returns the meta object for the reference list 'References'.
      Returns:
      the meta object for the reference list 'References'.
      See Also:
      Generated
    • getStringToStringMapEntry

      EClass getStringToStringMapEntry()
      Returns the meta object for class 'String To String Map Entry'.
      Returns:
      the meta object for class 'String To String Map Entry'.
      Since:
      4.22
      See Also:
      Generated
      Model
      keyDataType="org.eclipse.emf.ecore.EString" valueDataType="org.eclipse.emf.ecore.EString"
    • getStringToStringMapEntry_Key

      EAttribute getStringToStringMapEntry_Key()
      Returns the meta object for the attribute 'Key'.
      Returns:
      the meta object for the attribute 'Key'.
      Since:
      4.22
      See Also:
      Generated
    • getStringToStringMapEntry_Value

      EAttribute getStringToStringMapEntry_Value()
      Returns the meta object for the attribute 'Value'.
      Returns:
      the meta object for the attribute 'Value'.
      Since:
      4.22
      See Also:
      Generated
    • getBlob

      EDataType getBlob()
      Returns the meta object for data type 'Blob'.
      Returns:
      the meta object for data type 'Blob'.
      See Also:
      Generated
      Model
      instanceClass="org.eclipse.emf.cdo.common.lob.CDOBlob"
    • getClob

      EDataType getClob()
      Returns the meta object for data type 'Clob'.
      Returns:
      the meta object for data type 'Clob'.
      See Also:
      Generated
      Model
      instanceClass="org.eclipse.emf.cdo.common.lob.CDOClob"
    • getLob

      EDataType getLob()
      Returns the meta object for data type 'Lob'.
      Returns:
      the meta object for data type 'Lob'.
      Since:
      4.1
      See Also:
      Generated
      Model
      instanceClass="org.eclipse.emf.cdo.common.lob.CDOLob"
    • getInputStream

      EDataType getInputStream()
      Returns the meta object for data type 'Input Stream'.
      Returns:
      the meta object for data type 'Input Stream'.
      Since:
      4.3
      See Also:
      Generated
      Model
      instanceClass="java.io.InputStream" serializeable="false"
    • getReader

      EDataType getReader()
      Returns the meta object for data type 'Reader'.
      Returns:
      the meta object for data type 'Reader'.
      Since:
      4.3
      See Also:
      Generated
      Model
      instanceClass="java.io.Reader" serializeable="false"
    • getClassifierRef

      EDataType getClassifierRef()
      Returns the meta object for data type 'Classifier Ref'.
      Returns:
      the meta object for data type 'Classifier Ref'.
      See Also:
      Generated
      Model
      instanceClass="org.eclipse.emf.cdo.common.model.CDOClassifierRef"
    • getBranchRef

      EDataType getBranchRef()
      Returns the meta object for data type 'Branch Ref'.
      Returns:
      the meta object for data type 'Branch Ref'.
      See Also:
      Generated
      Model
      instanceClass="org.eclipse.emf.cdo.common.branch.CDOBranchRef"
    • getBranchPointRef

      EDataType getBranchPointRef()
      Returns the meta object for data type 'Branch Point Ref'.
      Returns:
      the meta object for data type 'Branch Point Ref'.
      See Also:
      Generated
      Model
      instanceClass="org.eclipse.emf.cdo.common.branch.CDOBranchPointRef"
    • getEtypesFactory

      EtypesFactory getEtypesFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
      Generated