Class ParameterValue
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
- Direct Known Subclasses:
ConstantParameter
,DistributionParameter
,EnumParameter
,ExpressionParameter
Java class for ParameterValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterValue"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="validFor" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="instance" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="result" type="{http://www.bpsim.org/schemas/1.0}ResultType" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the instance property.Gets the value of the result property.Gets the value of the validFor property.void
setInstance
(String value) Sets the value of the instance property.void
setResult
(ResultType value) Sets the value of the result property.void
setValidFor
(Object value) Sets the value of the validFor property.
-
Field Details
-
validFor
-
instance
-
result
-
-
Constructor Details
-
ParameterValue
public ParameterValue()
-
-
Method Details
-
getValidFor
Gets the value of the validFor property.- Returns:
- possible object is
Object
-
setValidFor
Sets the value of the validFor property.- Parameters:
value
- allowed object isObject
-
getInstance
Gets the value of the instance property.- Returns:
- possible object is
String
-
setInstance
Sets the value of the instance property.- Parameters:
value
- allowed object isString
-
getResult
Gets the value of the result property.- Returns:
- possible object is
ResultType
-
setResult
Sets the value of the result property.- Parameters:
value
- allowed object isResultType
-