Examples of InternalEObject


Examples of org.eclipse.emf.ecore.InternalEObject

   * <!-- end-user-doc -->
   * @generated
   */
  public Type getType() {
    if (type != null && type.eIsProxy()) {
      InternalEObject oldType = (InternalEObject)type;
      type = (Type)eResolveProxy(oldType);
      if (type != oldType) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, OntoUMLPackage.TYPED_ELEMENT__TYPE, oldType, type));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   * <!-- end-user-doc -->
   * @generated
   */
  public Type getType() {
    if (type != null && type.eIsProxy()) {
      InternalEObject oldType = (InternalEObject)type;
      type = (Type)eResolveProxy(oldType);
      if (type != oldType) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, OntoUMLPackage.STRUCTURAL_FEATURE__TYPE, oldType, type));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   * <!-- end-user-doc -->
   * @generated
   */
  public Association getAssociationEnd() {
    if (associationEnd != null && associationEnd.eIsProxy()) {
      InternalEObject oldAssociationEnd = (InternalEObject)associationEnd;
      associationEnd = (Association)eResolveProxy(oldAssociationEnd);
      if (associationEnd != oldAssociationEnd) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, OntoUMLPackage.PROPERTY__ASSOCIATION_END, oldAssociationEnd, associationEnd));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   * <!-- end-user-doc -->
   * @generated
   */
  public ZNode getParent() {
    if (parent != null && parent.eIsProxy()) {
      InternalEObject oldParent = (InternalEObject)parent;
      parent = (ZNode)eResolveProxy(oldParent);
      if (parent != oldParent) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, HadoopPackage.ZOO_KEEPER_SERVER__PARENT, oldParent, parent));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @generated
   */
  public ZNode getParent() {
    if (parent != null && parent.eIsProxy()) {
      InternalEObject oldParent = (InternalEObject)parent;
      parent = (ZNode)eResolveProxy(oldParent);
      if (parent != oldParent) {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, HadoopPackage.ZNODE__PARENT, oldParent, parent));
      }
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   */
  public Property getOpposite_()
  {
    if (opposite != null && ((EObject)opposite).eIsProxy())
    {
      InternalEObject oldOpposite = (InternalEObject)opposite;
      opposite = (Property)eResolveProxy(oldOpposite);
      if (opposite != oldOpposite)
      {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ModelPackageImpl.PROPERTY__OPPOSITE, oldOpposite, opposite));
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   */
  public Type getType_()
  {
    if (type != null && ((EObject)type).eIsProxy())
    {
      InternalEObject oldType = (InternalEObject)type;
      type = (Type)eResolveProxy(oldType);
      if (type != oldType)
      {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ModelPackageImpl.PROPERTY__TYPE, oldType, type));
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

     * <!-- end-user-doc -->
     * @generated
     */
    public Project getProjectInternal() {
        if (projectInternal != null && projectInternal.eIsProxy()) {
            InternalEObject oldProjectInternal = (InternalEObject) projectInternal;
            projectInternal = (Project) eResolveProxy(oldProjectInternal);
            if (projectInternal != oldProjectInternal) {
                if (eNotificationRequired())
                    eNotify(new ENotificationImpl(this, Notification.RESOLVE,
                            ElementPackage.PROJECT_ELEMENT_ADAPTER__PROJECT_INTERNAL,
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   */
  public Property getOpposite_()
  {
    if (opposite != null && ((EObject)opposite).eIsProxy())
    {
      InternalEObject oldOpposite = (InternalEObject)opposite;
      opposite = (Property)eResolveProxy(oldOpposite);
      if (opposite != oldOpposite)
      {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ModelPackageImpl.PROPERTY__OPPOSITE, oldOpposite, opposite));
View Full Code Here

Examples of org.eclipse.emf.ecore.InternalEObject

   */
  public Type getType_()
  {
    if (type != null && ((EObject)type).eIsProxy())
    {
      InternalEObject oldType = (InternalEObject)type;
      type = (Type)eResolveProxy(oldType);
      if (type != oldType)
      {
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.RESOLVE, ModelPackageImpl.PROPERTY__TYPE, oldType, type));
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.