Package com.founder.fix.bpmn2extensions.coreconfig

Examples of com.founder.fix.bpmn2extensions.coreconfig.TimeUnitType


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setTimeUnit(TimeUnitType newTimeUnit) {
    TimeUnitType oldTimeUnit = timeUnit;
    timeUnit = newTimeUnit == null ? TIME_UNIT_EDEFAULT : newTimeUnit;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, CoreconfigPackage.FIX_THREAD_POOL_EXECUTOR__TIME_UNIT, oldTimeUnit, timeUnit));
  }
View Full Code Here

TOP

Related Classes of com.founder.fix.bpmn2extensions.coreconfig.TimeUnitType

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.