All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.bpmn2.StartEvent Maven / Gradle / Ivy

/**
 * 
 * 
 * Copyright (c) 2010 SAP AG.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 * 
 * Contributors:
 *    Reiner Hille-Doering (SAP AG) - initial API and implementation and/or initial documentation
 * 
 * 
 */
package org.eclipse.bpmn2;

/**
 * 
 * A representation of the model object 'Start Event'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.eclipse.bpmn2.StartEvent#isIsInterrupting Is Interrupting}
  • *
* * @see org.eclipse.bpmn2.Bpmn2Package#getStartEvent() * @model extendedMetaData="name='tStartEvent' kind='elementOnly'" * @generated */ public interface StartEvent extends CatchEvent { /** * Returns the value of the 'Is Interrupting' attribute. * The default value is "true". * * * @return the value of the 'Is Interrupting' attribute. * @see #setIsInterrupting(boolean) * @see org.eclipse.bpmn2.Bpmn2Package#getStartEvent_IsInterrupting() * @model default="true" required="true" ordered="false" * extendedMetaData="kind='attribute' name='isInterrupting'" * @generated */ boolean isIsInterrupting(); /** * Sets the value of the '{@link org.eclipse.bpmn2.StartEvent#isIsInterrupting Is Interrupting}' attribute. * * * @param value the new value of the 'Is Interrupting' attribute. * @see #isIsInterrupting() * @generated */ void setIsInterrupting(boolean value); } // StartEvent




© 2015 - 2025 Weber Informatics LLC | Privacy Policy