public class TTask extends TPlanItemDefinition
<p>Java class for tTask complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tTask"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tPlanItemDefinition"> <sequence> <element name="inputs" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCaseParameter" maxOccurs="unbounded" minOccurs="0"/> <element name="outputs" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCaseParameter" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="isBlocking" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TTask() |
Modifier and Type | Method and Description |
---|---|
List<TCaseParameter> |
getInputs()
Gets the value of the inputs property.
|
List<TCaseParameter> |
getOutputs()
Gets the value of the outputs property.
|
boolean |
isIsBlocking()
Gets the value of the isBlocking property.
|
void |
setIsBlocking(Boolean value)
Sets the value of the isBlocking property.
|
getDefaultControl, getName, setDefaultControl, setName
getDescription, getId, getOtherAttributes, setDescription, setId
public List<TCaseParameter> getInputs()
Gets the value of the inputs property.
<p>
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 JAXB object.
This is why there is not a set
method for the inputs property.
<p> For example, to add a new item, do as follows: <pre> getInputs().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TCaseParameter
public List<TCaseParameter> getOutputs()
Gets the value of the outputs property.
<p>
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 JAXB object.
This is why there is not a set
method for the outputs property.
<p> For example, to add a new item, do as follows: <pre> getOutputs().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TCaseParameter
public boolean isIsBlocking()
Gets the value of the isBlocking property.
Boolean
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.