public abstract class TPlanItemDefinition extends TCmmnElement
<p>Java class for tPlanItemDefinition complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tPlanItemDefinition"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCmmnElement"> <sequence> <element name="defaultControl" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tPlanItemControl" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
| Constructor and Description | 
|---|
TPlanItemDefinition()  | 
| Modifier and Type | Method and Description | 
|---|---|
TPlanItemControl | 
getDefaultControl()
Gets the value of the defaultControl property. 
 | 
String | 
getName()
Gets the value of the name property. 
 | 
void | 
setDefaultControl(TPlanItemControl value)
Sets the value of the defaultControl property. 
 | 
void | 
setName(String value)
Sets the value of the name property. 
 | 
getDescription, getId, getOtherAttributes, setDescription, setIdpublic TPlanItemControl getDefaultControl()
Gets the value of the defaultControl property.
TPlanItemControlpublic void setDefaultControl(TPlanItemControl value)
Sets the value of the defaultControl property.
value - allowed object is
    TPlanItemControlpublic String getName()
Gets the value of the name property.
StringCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.