public interface DistributionParameter extends ParameterValue
The following features are supported:
BpsimPackage.getDistributionParameter()| Modifier and Type | Method and Description |
|---|---|
String |
getCurrencyUnit()
Returns the value of the 'Currency Unit' attribute
|
TimeUnit |
getTimeUnit()
Returns the value of the 'Time Unit' attribute.
|
boolean |
isSetTimeUnit()
Returns whether the value of the '
Time Unit' attribute is set |
void |
setCurrencyUnit(String value)
Sets the value of the '
Currency Unit' attribute |
void |
setTimeUnit(TimeUnit value)
Sets the value of the '
Time Unit' attribute |
void |
unsetTimeUnit()
Unsets the value of the '
Time Unit' attribute |
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResultString getCurrencyUnit()
If the meaning of the 'Currency Unit' attribute isn't clear, there really should be more of a description here...
setCurrencyUnit(String),
BpsimPackage.getDistributionParameter_CurrencyUnit()void setCurrencyUnit(String value)
Currency Unit' attribute.
value - the new value of the 'Currency Unit' attribute.getCurrencyUnit()TimeUnit getTimeUnit()
TimeUnit.
If the meaning of the 'Time Unit' attribute isn't clear, there really should be more of a description here...
TimeUnit,
isSetTimeUnit(),
unsetTimeUnit(),
setTimeUnit(TimeUnit),
BpsimPackage.getDistributionParameter_TimeUnit()void setTimeUnit(TimeUnit value)
Time Unit' attribute.
value - the new value of the 'Time Unit' attribute.TimeUnit,
isSetTimeUnit(),
unsetTimeUnit(),
getTimeUnit()void unsetTimeUnit()
Time Unit' attribute.
isSetTimeUnit(),
getTimeUnit(),
setTimeUnit(TimeUnit)boolean isSetTimeUnit()
Time Unit' attribute is set.
unsetTimeUnit(),
getTimeUnit(),
setTimeUnit(TimeUnit)Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.