Package com.example.extensible.customer

Examples of com.example.extensible.customer.InfoType


   * <!-- end-user-doc -->
   * @generated
   */
  public ChangeContext basicSetInfo(InfoType newInfo, ChangeContext changeContext)
  {
    InfoType oldInfo = info;
    info = newInfo;
    boolean oldInfo_set_ = info_set_;
    info_set_ = true;
    if (isNotifying())
    {
View Full Code Here


   * <!-- end-user-doc -->
   * @generated
   */
  public ChangeContext basicUnsetInfo(ChangeContext changeContext)
  {
    InfoType oldInfo = info;
    info = null;
    boolean oldInfo_set_ = info_set_;
    info_set_ = false;
    if (isNotifying())
    {
View Full Code Here

TOP

Related Classes of com.example.extensible.customer.InfoType

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.