blob: 2ce90d8f4e3f2ec8e4ec6445ca04fd8cd3bc1fea [file] [log] [blame]
/**
*/
package org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim;
import javax.xml.datatype.Duration;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Duration Parameter Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.DurationParameterType#getValue <em>Value</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.BpsimPackage#getDurationParameterType()
* @model extendedMetaData="name='DurationParameter_._type' kind='empty'"
* @generated
*/
public interface DurationParameterType extends ConstantParameter {
/**
* Returns the value of the '<em><b>Value</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Value</em>' attribute.
* @see #setValue(Duration)
* @see org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.BpsimPackage#getDurationParameterType_Value()
* @model dataType="org.eclipse.emf.ecore.xml.type.Duration"
* extendedMetaData="kind='attribute' name='value'"
* @generated
*/
Duration getValue();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.DurationParameterType#getValue <em>Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Value</em>' attribute.
* @see #getValue()
* @generated
*/
void setValue(Duration value);
} // DurationParameterType