Package org.eclipse.emf.ecore

Examples of org.eclipse.emf.ecore.InternalEObject


   * <!-- end-user-doc -->
   * @generated
   */
  public DispelType getTarget() {
    if (target != null && target.eIsProxy()) {
      InternalEObject oldTarget = (InternalEObject)target;
      target = (DispelType)eResolveProxy(oldTarget);
      if (target != oldTarget) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, TypesPackage.DOMAIN_TYPE_CONSTRUCTOR__TARGET, oldTarget, target));
      }
View Full Code Here


   * <!-- end-user-doc -->
   * @generated
   */
  public TypedElement getValue() {
    if (value != null && value.eIsProxy()) {
      InternalEObject oldValue = (InternalEObject)value;
      value = (TypedElement)eResolveProxy(oldValue);
      if (value != oldValue) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, MembersPackage.FIELD__VALUE, oldValue, value));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EObject getOclReference() {
    if (oclReference != null && oclReference.eIsProxy()) {
      InternalEObject oldOclReference = (InternalEObject)oclReference;
      oclReference = eResolveProxy(oldOclReference);
      if (oclReference != oldOclReference) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, GeneratedPackage.TCGOCL_EXPRESSION__OCL_REFERENCE, oldOclReference, oclReference));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public TCGOCLExpression getCondition() {
    if (condition != null && condition.eIsProxy()) {
      InternalEObject oldCondition = (InternalEObject)condition;
      condition = (TCGOCLExpression)eResolveProxy(oldCondition);
      if (condition != oldCondition) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, GeneratedPackage.TCGOCL_IF_THEN_ELSE__CONDITION, oldCondition, condition));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public TCGOCLExpression getThenExpression() {
    if (thenExpression != null && thenExpression.eIsProxy()) {
      InternalEObject oldThenExpression = (InternalEObject)thenExpression;
      thenExpression = (TCGOCLExpression)eResolveProxy(oldThenExpression);
      if (thenExpression != oldThenExpression) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, GeneratedPackage.TCGOCL_IF_THEN_ELSE__THEN_EXPRESSION, oldThenExpression, thenExpression));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public TCGOCLExpression getElseExpression() {
    if (elseExpression != null && elseExpression.eIsProxy()) {
      InternalEObject oldElseExpression = (InternalEObject)elseExpression;
      elseExpression = (TCGOCLExpression)eResolveProxy(oldElseExpression);
      if (elseExpression != oldElseExpression) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, GeneratedPackage.TCGOCL_IF_THEN_ELSE__ELSE_EXPRESSION, oldElseExpression, elseExpression));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public TCGNode getSourceNode() {
    if (sourceNode != null && sourceNode.eIsProxy()) {
      InternalEObject oldSourceNode = (InternalEObject)sourceNode;
      sourceNode = (TCGNode)eResolveProxy(oldSourceNode);
      if (sourceNode != oldSourceNode) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, GeneratedPackage.TCG_TRANSITION__SOURCE_NODE, oldSourceNode, sourceNode));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public TCGNode getTargetNode() {
    if (targetNode != null && targetNode.eIsProxy()) {
      InternalEObject oldTargetNode = (InternalEObject)targetNode;
      targetNode = (TCGNode)eResolveProxy(oldTargetNode);
      if (targetNode != oldTargetNode) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, GeneratedPackage.TCG_TRANSITION__TARGET_NODE, oldTargetNode, targetNode));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EObject getEvent() {
    if (event != null && event.eIsProxy()) {
      InternalEObject oldEvent = (InternalEObject)event;
      event = eResolveProxy(oldEvent);
      if (event != oldEvent) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, GeneratedPackage.TCG_EVENT__EVENT, oldEvent, event));
      }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public TCGOCLExpression getLeft() {
    if (left != null && left.eIsProxy()) {
      InternalEObject oldLeft = (InternalEObject)left;
      left = (TCGOCLExpression)eResolveProxy(oldLeft);
      if (left != oldLeft) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, GeneratedPackage.TCGOCL_OPERATION__LEFT, oldLeft, left));
      }
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.