public interface NumericParameterType extends ConstantParameter
The following features are supported:
BpsimPackage.getNumericParameterType()
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.
|
long |
getValue()
Returns the value of the 'Value' attribute
|
boolean |
isSetTimeUnit()
Returns whether the value of the '
Time Unit ' attribute is set |
boolean |
isSetValue()
Returns whether the value of the '
Value ' 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 |
setValue(long value)
Sets the value of the '
Value ' attribute |
void |
unsetTimeUnit()
Unsets the value of the '
Time Unit ' attribute |
void |
unsetValue()
Unsets the value of the '
Value ' attribute |
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResult
String getCurrencyUnit()
If the meaning of the 'Currency Unit' attribute isn't clear, there really should be more of a description here...
setCurrencyUnit(String)
,
BpsimPackage.getNumericParameterType_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.getNumericParameterType_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)
long getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
isSetValue()
,
unsetValue()
,
setValue(long)
,
BpsimPackage.getNumericParameterType_Value()
void setValue(long value)
Value
' attribute.
value
- the new value of the 'Value' attribute.isSetValue()
,
unsetValue()
,
getValue()
void unsetValue()
Value
' attribute.
isSetValue()
,
getValue()
,
setValue(long)
boolean isSetValue()
Value
' attribute is set.
unsetValue()
,
getValue()
,
setValue(long)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.