Package org.eclipse.emf.ecore

Examples of org.eclipse.emf.ecore.InternalEObject


   */
  public PortType getEPortType()
  {
    if (ePortType != null && ePortType.eIsProxy())
    {
      InternalEObject oldEPortType = (InternalEObject)ePortType;
      ePortType = (PortType)eResolveProxy(oldEPortType);
      if (ePortType != oldEPortType)
      {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, WSDLPackage.BINDING__EPORT_TYPE, oldEPortType, ePortType));
View Full Code Here


   */
  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, MIMEPackage.MIME_CONTENT__EPART, oldEPart, ePart));
View Full Code Here

   */
  public Input getEInput()
  {
    if (eInput != null && eInput.eIsProxy())
    {
      InternalEObject oldEInput = (InternalEObject)eInput;
      eInput = (Input)eResolveProxy(oldEInput);
      if (eInput != oldEInput)
      {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, WSDLPackage.BINDING_INPUT__EINPUT, oldEInput, eInput));
View Full Code Here

   * <!-- end-user-doc -->
   * @generated NOT
   */
  public TagCreationInfo getTagCreation() {
    if (tagCreation != null && tagCreation.eIsProxy()) {
      InternalEObject oldTagCreation = (InternalEObject)tagCreation;
      tagCreation = (TagCreationInfo)eResolveProxy(oldTagCreation);
      if (tagCreation != oldTagCreation) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, PaletteInfosPackage.PALETTE_INFO__TAG_CREATION, oldTagCreation, tagCreation));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public TypedefDef getSharedType() {
    if (sharedType != null && sharedType.eIsProxy()) {
      InternalEObject oldSharedType = (InternalEObject)sharedType;
      sharedType = (TypedefDef)eResolveProxy(oldSharedType);
      if (sharedType != oldSharedType) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, IdlmmPackage.CONSTANT_DEF__SHARED_TYPE, oldSharedType, sharedType));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public TypedefDef getSharedType() {
    if (sharedType != null && sharedType.eIsProxy()) {
      InternalEObject oldSharedType = (InternalEObject)sharedType;
      sharedType = (TypedefDef)eResolveProxy(oldSharedType);
      if (sharedType != oldSharedType) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, IdlmmPackage.ATTRIBUTE_DEF__SHARED_TYPE, oldSharedType, sharedType));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public ForwardDef getForward() {
    if (forward != null && forward.eIsProxy()) {
      InternalEObject oldForward = (InternalEObject)forward;
      forward = (ForwardDef)eResolveProxy(oldForward);
      if (forward != oldForward) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, IdlmmPackage.INTERFACE_DEF__FORWARD, oldForward, forward));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public TypedefDef getSharedDiscrim() {
    if (sharedDiscrim != null && sharedDiscrim.eIsProxy()) {
      InternalEObject oldSharedDiscrim = (InternalEObject)sharedDiscrim;
      sharedDiscrim = (TypedefDef)eResolveProxy(oldSharedDiscrim);
      if (sharedDiscrim != oldSharedDiscrim) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, IdlmmPackage.UNION_DEF__SHARED_DISCRIM, oldSharedDiscrim, sharedDiscrim));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public TypedefDef getSharedType() {
    if (sharedType != null && sharedType.eIsProxy()) {
      InternalEObject oldSharedType = (InternalEObject)sharedType;
      sharedType = (TypedefDef)eResolveProxy(oldSharedType);
      if (sharedType != oldSharedType) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, IdlmmPackage.OPERATION_DEF__SHARED_TYPE, oldSharedType, sharedType));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public InterfaceDef getDefinition() {
    if (definition != null && definition.eIsProxy()) {
      InternalEObject oldDefinition = (InternalEObject)definition;
      definition = (InterfaceDef)eResolveProxy(oldDefinition);
      if (definition != oldDefinition) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, IdlmmPackage.FORWARD_DEF__DEFINITION, oldDefinition, definition));
      }
View Full Code Here

TOP

Related Classes of org.eclipse.emf.ecore.InternalEObject

Copyright © 2018 www.massapicom. 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.