Package fr.tm.elibel.smartqvt.qvtast

Examples of fr.tm.elibel.smartqvt.qvtast.IntegerLiteralSimpleAst


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_integer(IntegerLiteralSimpleAst newP_integer, NotificationChain msgs) {
    IntegerLiteralSimpleAst oldP_integer = p_integer;
    p_integer = newP_integer;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.INTEGER_MULTIPLICITY_RANGE_AST__PINTEGER, oldP_integer, newP_integer);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_integer_1(IntegerLiteralSimpleAst newP_integer_1, NotificationChain msgs) {
    IntegerLiteralSimpleAst oldP_integer_1 = p_integer_1;
    p_integer_1 = newP_integer_1;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.TWO_INTEGERS_MULTIPLICITY_RANGE_AST__PINTEGER_1, oldP_integer_1, newP_integer_1);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_integer_2(IntegerLiteralSimpleAst newP_integer_2, NotificationChain msgs) {
    IntegerLiteralSimpleAst oldP_integer_2 = p_integer_2;
    p_integer_2 = newP_integer_2;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.TWO_INTEGERS_MULTIPLICITY_RANGE_AST__PINTEGER_2, oldP_integer_2, newP_integer_2);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

Related Classes of fr.tm.elibel.smartqvt.qvtast.IntegerLiteralSimpleAst

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.