bpsim.DistributionParameter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Kie Workbench - Common - Stunner - BPMN Definition Set - GWT Support for Eclipse EMF/XMI
/**
*/
package bpsim;
/**
*
* A representation of the model object 'Distribution Parameter'.
*
*
*
* The following features are supported:
*
*
* - {@link bpsim.DistributionParameter#getCurrencyUnit Currency Unit}
* - {@link bpsim.DistributionParameter#getTimeUnit Time Unit}
*
*
* @see bpsim.BpsimPackage#getDistributionParameter()
* @model extendedMetaData="name='DistributionParameter' kind='empty'"
* @generated
*/
public interface DistributionParameter extends ParameterValue {
/**
* Returns the value of the 'Currency Unit' attribute.
*
*
* @return the value of the 'Currency Unit' attribute.
* @see #setCurrencyUnit(String)
* @see bpsim.BpsimPackage#getDistributionParameter_CurrencyUnit()
* @model dataType="org.eclipse.emf.ecore.xml.type.String"
* extendedMetaData="kind='attribute' name='currencyUnit'"
* @generated
*/
String getCurrencyUnit();
/**
* Sets the value of the '{@link bpsim.DistributionParameter#getCurrencyUnit Currency Unit}' attribute.
*
*
* @param value the new value of the 'Currency Unit' attribute.
* @see #getCurrencyUnit()
* @generated
*/
void setCurrencyUnit(String value);
/**
* Returns the value of the 'Time Unit' attribute.
* The literals are from the enumeration {@link bpsim.TimeUnit}.
*
*
* @return the value of the 'Time Unit' attribute.
* @see bpsim.TimeUnit
* @see #isSetTimeUnit()
* @see #unsetTimeUnit()
* @see #setTimeUnit(TimeUnit)
* @see bpsim.BpsimPackage#getDistributionParameter_TimeUnit()
* @model unsettable="true"
* extendedMetaData="kind='attribute' name='timeUnit'"
* @generated
*/
TimeUnit getTimeUnit();
/**
* Sets the value of the '{@link bpsim.DistributionParameter#getTimeUnit Time Unit}' attribute.
*
*
* @param value the new value of the 'Time Unit' attribute.
* @see bpsim.TimeUnit
* @see #isSetTimeUnit()
* @see #unsetTimeUnit()
* @see #getTimeUnit()
* @generated
*/
void setTimeUnit(TimeUnit value);
/**
* Unsets the value of the '{@link bpsim.DistributionParameter#getTimeUnit Time Unit}' attribute.
*
*
* @see #isSetTimeUnit()
* @see #getTimeUnit()
* @see #setTimeUnit(TimeUnit)
* @generated
*/
void unsetTimeUnit();
/**
* Returns whether the value of the '{@link bpsim.DistributionParameter#getTimeUnit Time Unit}' attribute is set.
*
*
* @return whether the value of the 'Time Unit' attribute is set.
* @see #unsetTimeUnit()
* @see #getTimeUnit()
* @see #setTimeUnit(TimeUnit)
* @generated
*/
boolean isSetTimeUnit();
} // DistributionParameter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy