Package commonj.sdo

Examples of commonj.sdo.ChangeSummary$Setting


   * <!-- end-user-doc -->
   * @generated
   */
  public void setChanges(ChangeSummary newChanges)
  {
    ChangeSummary oldChanges = changes;
    changes = newChanges;
    boolean oldChanges_set_ = changes_set_;
    changes_set_ = true;
    if (isNotifying())
      notify(ChangeKind.SET, INTERNAL_CHANGES, oldChanges, changes, !oldChanges_set_);
View Full Code Here


   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetChanges()
  {
    ChangeSummary oldChanges = changes;
    boolean oldChanges_set_ = changes_set_;
    changes = CHANGES_DEFAULT_;
    changes_set_ = false;
    if (isNotifying())
      notify(ChangeKind.UNSET, INTERNAL_CHANGES, oldChanges, CHANGES_DEFAULT_, oldChanges_set_);
View Full Code Here

TOP

Related Classes of commonj.sdo.ChangeSummary$Setting

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.