Class FloatingParameter
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ConstantParameter
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.FloatingParameter
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.bpsim.org/schemas/1.0}ConstantParameter"> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="timeUnit" type="{http://www.bpsim.org/schemas/1.0}TimeUnit" /> <attribute name="currencyUnit" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
instance, result, validFor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the currencyUnit property.Gets the value of the timeUnit property.getValue()
Gets the value of the value property.void
setCurrencyUnit
(String value) Sets the value of the currencyUnit property.void
setTimeUnit
(TimeUnit value) Sets the value of the timeUnit property.void
Sets the value of the value property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
getInstance, getResult, getValidFor, setInstance, setResult, setValidFor
-
Field Details
-
value
-
timeUnit
-
currencyUnit
-
-
Constructor Details
-
FloatingParameter
public FloatingParameter()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
Double
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isDouble
-
getTimeUnit
Gets the value of the timeUnit property.- Returns:
- possible object is
TimeUnit
-
setTimeUnit
Sets the value of the timeUnit property.- Parameters:
value
- allowed object isTimeUnit
-
getCurrencyUnit
Gets the value of the currencyUnit property.- Returns:
- possible object is
String
-
setCurrencyUnit
Sets the value of the currencyUnit property.- Parameters:
value
- allowed object isString
-