public class TProcess extends TCmmnElement
tProcess defines the type of element "process"
<p>Java class for tProcess complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tProcess"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCmmnElement"> <sequence> <element name="input" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tProcessParameter" maxOccurs="unbounded" minOccurs="0"/> <element name="output" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tProcessParameter" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="implementationType" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="http://www.omg.org/spec/CMMN/ProcessType/Unspecified" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TProcess() |
Modifier and Type | Method and Description |
---|---|
String |
getImplementationType()
Gets the value of the implementationType property.
|
List<TProcessParameter> |
getInput()
Gets the value of the input property.
|
String |
getName()
Gets the value of the name property.
|
List<TProcessParameter> |
getOutput()
Gets the value of the output property.
|
void |
setImplementationType(String value)
Sets the value of the implementationType property.
|
void |
setName(String value)
Sets the value of the name property.
|
getDescription, getId, getOtherAttributes, setDescription, setId
public List<TProcessParameter> getInput()
Gets the value of the input 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 input property.
<p> For example, to add a new item, do as follows: <pre> getInput().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TProcessParameter
public List<TProcessParameter> getOutput()
Gets the value of the output 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 output property.
<p> For example, to add a new item, do as follows: <pre> getOutput().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TProcessParameter
public String getName()
Gets the value of the name property.
String
public void setName(String value)
Sets the value of the name property.
value
- allowed object is
String
public String getImplementationType()
Gets the value of the implementationType property.
String
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.