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

bpsim.DistributionParameter Maven / Gradle / Ivy

There is a newer version: 7.54.0.Final
Show newest version
/**
 */
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