Examples of InternalEObject


Examples of org.eclipse.emf.ecore.InternalEObject

   *
   * @generated
   */
  public Comment getBase_Comment() {
    if(base_Comment != null && base_Comment.eIsProxy()) {
      InternalEObject oldBase_Comment = (InternalEObject)base_Comment;
      base_Comment = (Comment)eResolveProxy(oldBase_Comment);
      if(base_Comment != oldBase_Comment) {
        if(eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ModelelementsPackage.RATIONALE__BASE_COMMENT, oldBase_Comment, base_Comment));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   *
   * @generated
   */
  public Behavior getBase_Behavior() {
    if(base_Behavior != null && base_Behavior.eIsProxy()) {
      InternalEObject oldBase_Behavior = (InternalEObject)base_Behavior;
      base_Behavior = (Behavior)eResolveProxy(oldBase_Behavior);
      if(base_Behavior != oldBase_Behavior) {
        if(eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ActivitiesPackage.CONTROL_OPERATOR__BASE_BEHAVIOR, oldBase_Behavior, base_Behavior));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   *
   * @generated
   */
  public Operation getBase_Operation() {
    if(base_Operation != null && base_Operation.eIsProxy()) {
      InternalEObject oldBase_Operation = (InternalEObject)base_Operation;
      base_Operation = (Operation)eResolveProxy(oldBase_Operation);
      if(base_Operation != oldBase_Operation) {
        if(eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ActivitiesPackage.CONTROL_OPERATOR__BASE_OPERATION, oldBase_Operation, base_Operation));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   *
   * @generated
   */
  public org.eclipse.uml2.uml.Class getBase_Class() {
    if(base_Class != null && base_Class.eIsProxy()) {
      InternalEObject oldBase_Class = (InternalEObject)base_Class;
      base_Class = (org.eclipse.uml2.uml.Class)eResolveProxy(oldBase_Class);
      if(base_Class != oldBase_Class) {
        if(eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ModelelementsPackage.VIEW_POINT__BASE_CLASS, oldBase_Class, base_Class));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   *
   * @generated
   */
  public ActivityEdge getBase_ActivityEdge() {
    if(base_ActivityEdge != null && base_ActivityEdge.eIsProxy()) {
      InternalEObject oldBase_ActivityEdge = (InternalEObject)base_ActivityEdge;
      base_ActivityEdge = (ActivityEdge)eResolveProxy(oldBase_ActivityEdge);
      if(base_ActivityEdge != oldBase_ActivityEdge) {
        if(eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ActivitiesPackage.RATE__BASE_ACTIVITY_EDGE, oldBase_ActivityEdge, base_ActivityEdge));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

    super(registry, provider);
  }

  @Override public <T> T findService(EObject e, Class<T> serviceType) {
    if (e.eIsProxy()) {
      InternalEObject internalEObject = (InternalEObject) e;
      return findService(internalEObject.eProxyURI(), serviceType);
    }
    Resource resource = e.eResource();
    return (resource != null) ? findService(resource.getURI(), serviceType) : null;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   * <!-- end-user-doc -->
   * @generated
   */
  public Writer getAuthor() {
    if (author != null && author.eIsProxy()) {
      InternalEObject oldAuthor = (InternalEObject)author;
      author = (Writer)eResolveProxy(oldAuthor);
      if (author != oldAuthor) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, LibraryPackage.BOOK__AUTHOR, oldAuthor, author));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   */
  public Message getEMessage()
  {
    if (eMessage != null && eMessage.eIsProxy())
    {
      InternalEObject oldEMessage = (InternalEObject)eMessage;
      eMessage = (Message)eResolveProxy(oldEMessage);
      if (eMessage != oldEMessage)
      {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, SOAPPackage.SOAP_HEADER_BASE__EMESSAGE, oldEMessage, eMessage));
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   */
  public Part getEPart()
  {
    if (ePart != null && ePart.eIsProxy())
    {
      InternalEObject oldEPart = (InternalEObject)ePart;
      ePart = (Part)eResolveProxy(oldEPart);
      if (ePart != oldEPart)
      {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, SOAPPackage.SOAP_HEADER_BASE__EPART, oldEPart, ePart));
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   */
  public Binding getEBinding()
  {
    if (eBinding != null && eBinding.eIsProxy())
    {
      InternalEObject oldEBinding = (InternalEObject)eBinding;
      eBinding = (Binding)eResolveProxy(oldEBinding);
      if (eBinding != oldEBinding)
      {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, WSDLPackage.PORT__EBINDING, oldEBinding, eBinding));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.