Package Subset0267

Examples of Subset0267.TTrainToTrack


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetValue() {
    TValue oldValue = value;
    boolean oldValueESet = valueESet;
    value = VALUE_EDEFAULT;
    valueESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, Subset0267Package.SPECIAL_TYPE__VALUE, oldValue, VALUE_EDEFAULT, oldValueESet));
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setLength(TVarLen newLength) {
    TVarLen oldLength = length;
    length = newLength == null ? LENGTH_EDEFAULT : newLength;
    boolean oldLengthESet = lengthESet;
    lengthESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, Subset0267Package.SPECS_TYPE__LENGTH, oldLength, length, !oldLengthESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetLength() {
    TVarLen oldLength = length;
    boolean oldLengthESet = lengthESet;
    length = LENGTH_EDEFAULT;
    lengthESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, Subset0267Package.SPECS_TYPE__LENGTH, oldLength, LENGTH_EDEFAULT, oldLengthESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetVarDef(TVardefVar newVarDef, NotificationChain msgs) {
    TVardefVar oldVarDef = varDef;
    varDef = newVarDef;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, Subset0267Package.TDEFINITIONS__VAR_DEF, oldVarDef, newVarDef);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetTrainToTrack(TTrainToTrack newTrainToTrack, NotificationChain msgs) {
    TTrainToTrack oldTrainToTrack = trainToTrack;
    trainToTrack = newTrainToTrack;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, Subset0268Package.TPACKETS__TRAIN_TO_TRACK, oldTrainToTrack, newTrainToTrack);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

Related Classes of Subset0267.TTrainToTrack

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.