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