Examples of ItemKind


Examples of org.eclipse.bpmn2.ItemKind

     * <!-- begin-user-doc -->
     * <!-- end-user-doc -->
     * @generated
     */
    public void setItemKind(ItemKind newItemKind) {
        ItemKind oldItemKind = itemKind;
        itemKind = newItemKind == null ? ITEM_KIND_EDEFAULT : newItemKind;
        if (eNotificationRequired())
            eNotify(new ENotificationImpl(this, Notification.SET,
                    Bpmn2Package.ITEM_DEFINITION__ITEM_KIND, oldItemKind, itemKind));
    }
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.