Examples of TMaxVal


Examples of Subset0267.TMaxVal

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setMaxVal(TMaxVal newMaxVal) {
    TMaxVal oldMaxVal = maxVal;
    maxVal = newMaxVal == null ? MAX_VAL_EDEFAULT : newMaxVal;
    boolean oldMaxValESet = maxValESet;
    maxValESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, Subset0267Package.SPECS_TYPE__MAX_VAL, oldMaxVal, maxVal, !oldMaxValESet));
View Full Code Here

Examples of Subset0267.TMaxVal

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetMaxVal() {
    TMaxVal oldMaxVal = maxVal;
    boolean oldMaxValESet = maxValESet;
    maxVal = MAX_VAL_EDEFAULT;
    maxValESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, Subset0267Package.SPECS_TYPE__MAX_VAL, oldMaxVal, MAX_VAL_EDEFAULT, oldMaxValESet));
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.