public interface FloatingParameterType extends ConstantParameter
The following features are supported:
BpsimPackage.getFloatingParameterType()| 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.
|
double |
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(double 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, 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.getFloatingParameterType_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.getFloatingParameterType_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)double getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
isSetValue(),
unsetValue(),
setValue(double),
BpsimPackage.getFloatingParameterType_Value()void setValue(double value)
Value' attribute.
value - the new value of the 'Value' attribute.isSetValue(),
unsetValue(),
getValue()void unsetValue()
Value' attribute.
isSetValue(),
getValue(),
setValue(double)boolean isSetValue()
Value' attribute is set.
unsetValue(),
getValue(),
setValue(double)Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.