Package org.apache.tuscany.sdo.model

Examples of org.apache.tuscany.sdo.model.Property


   * <!-- end-user-doc -->
   * @generated NOT
   */
  public void setOpposite_(Property newOpposite)
  {
    Property oldOpposite = opposite;
    opposite = newOpposite;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, ModelPackageImpl.PROPERTY__OPPOSITE, oldOpposite, opposite));
  }
View Full Code Here


   * <!-- end-user-doc -->
   * @generated NOT
   */
  public void setOpposite_(Property newOpposite)
  {
    Property oldOpposite = opposite;
    opposite = newOpposite;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, ModelPackageImpl.PROPERTY__OPPOSITE, oldOpposite, opposite));
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public void setOpposite_(Property newOpposite)
  {
    Property oldOpposite = opposite;
    opposite = newOpposite;
    boolean oldOpposite_set_ = opposite_set_;
    opposite_set_ = true;
    if (isNotifying())
      notify(ChangeKind.SET, INTERNAL_OPPOSITE, oldOpposite, opposite, !oldOpposite_set_);
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetOpposite()
  {
    Property oldOpposite = opposite;
    boolean oldOpposite_set_ = opposite_set_;
    opposite = null;
    opposite_set_ = false;
    if (isNotifying())
      notify(ChangeKind.UNSET, INTERNAL_OPPOSITE, oldOpposite, null, oldOpposite_set_);
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public void setOpposite_(Property newOpposite)
  {
    Property oldOpposite = opposite;
    opposite = newOpposite;
    boolean oldOpposite_set_ = opposite_set_;
    opposite_set_ = true;
    if (isNotifying())
      notify(ChangeKind.SET, OPPOSITE, oldOpposite, opposite, !oldOpposite_set_);
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetOpposite()
  {
    Property oldOpposite = opposite;
    boolean oldOpposite_set_ = opposite_set_;
    opposite = null;
    opposite_set_ = false;
    if (isNotifying())
      notify(ChangeKind.UNSET, OPPOSITE, oldOpposite, null, oldOpposite_set_);
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sdo.model.Property

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.