Class UserDistribution
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DistributionParameter
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.UserDistribution
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}DistributionParameter"> <sequence maxOccurs="unbounded"> <element ref="{http://www.bpsim.org/schemas/1.0}UserDistributionDataPoint"/> </sequence> <attribute name="discrete" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DistributionParameter
currencyUnit, timeUnit
Fields 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 userDistributionDataPoint property.boolean
Gets the value of the discrete property.void
setDiscrete
(Boolean value) Sets the value of the discrete property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DistributionParameter
getCurrencyUnit, getTimeUnit, setCurrencyUnit, setTimeUnit
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
getInstance, getResult, getValidFor, setInstance, setResult, setValidFor
-
Field Details
-
userDistributionDataPoint
-
discrete
-
-
Constructor Details
-
UserDistribution
public UserDistribution()
-
-
Method Details
-
getUserDistributionDataPoint
Gets the value of the userDistributionDataPoint property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the userDistributionDataPoint property.For example, to add a new item, do as follows:
getUserDistributionDataPoint().add(newItem);
Objects of the following type(s) are allowed in the list
UserDistributionDataPoint
-
isDiscrete
public boolean isDiscrete()Gets the value of the discrete property.- Returns:
- possible object is
Boolean
-
setDiscrete
Sets the value of the discrete property.- Parameters:
value
- allowed object isBoolean
-