Class EnumParameter
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}ParameterValue"> <sequence maxOccurs="unbounded"> <element ref="{http://www.bpsim.org/schemas/1.0}ParameterValue"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends ParameterValue>>
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
instance, result, validFor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.xml.bind.JAXBElement<? extends ParameterValue>>
Gets the value of the parameterValue property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
getInstance, getResult, getValidFor, setInstance, setResult, setValidFor
-
Field Details
-
parameterValue
-
-
Constructor Details
-
EnumParameter
public EnumParameter()
-
-
Method Details
-
getParameterValue
Gets the value of the parameterValue 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 parameterValue property.For example, to add a new item, do as follows:
getParameterValue().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
ExpressionParameter
>
JAXBElement
<
BooleanParameter
>
JAXBElement
<
DateTimeParameter
>
JAXBElement
<
PoissonDistribution
>
JAXBElement
<
WeibullDistribution
>
JAXBElement
<
BinomialDistribution
>
JAXBElement
<
DurationParameter
>
JAXBElement
<
UniformDistribution
>
JAXBElement
<
ErlangDistribution
>
JAXBElement
<
LogNormalDistribution
>
JAXBElement
<
GammaDistribution
>
JAXBElement
<
FloatingParameter
>
JAXBElement
<
StringParameter
>
JAXBElement
<
TriangularDistribution
>
JAXBElement
<
UserDistribution
>
JAXBElement
<
NumericParameter
>
JAXBElement
<
NormalDistribution
>
JAXBElement
<
NegativeExponentialDistribution
>
JAXBElement
<
EnumParameter
>
JAXBElement
<
BetaDistribution
>
JAXBElement
<
TruncatedNormalDistribution
>
JAXBElement
<
ParameterValue
>
-