Examples of ChoreographyLoopType


Examples of org.eclipse.bpmn2.ChoreographyLoopType

     * <!-- begin-user-doc -->
     * <!-- end-user-doc -->
     * @generated
     */
    public void setLoopType(ChoreographyLoopType newLoopType) {
        ChoreographyLoopType oldLoopType = loopType;
        loopType = newLoopType == null ? LOOP_TYPE_EDEFAULT : newLoopType;
        if (eNotificationRequired())
            eNotify(new ENotificationImpl(this, Notification.SET,
                    Bpmn2Package.CHOREOGRAPHY_ACTIVITY__LOOP_TYPE, oldLoopType, loopType));
    }
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.