public abstract class TTableItem extends TCmmnElement
<p>Java class for tTableItem complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tTableItem"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCmmnElement"> <attribute name="applicabilityRuleRefs" type="{http://www.w3.org/2001/XMLSchema}IDREFS" /> <attribute name="authorizedRoleRefs" type="{http://www.w3.org/2001/XMLSchema}IDREFS" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TTableItem() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getApplicabilityRuleRefs()
Gets the value of the applicabilityRuleRefs property.
|
List<Object> |
getAuthorizedRoleRefs()
Gets the value of the authorizedRoleRefs property.
|
getDescription, getId, getOtherAttributes, setDescription, setId
public List<Object> getApplicabilityRuleRefs()
Gets the value of the applicabilityRuleRefs 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 applicabilityRuleRefs property.
<p> For example, to add a new item, do as follows: <pre> getApplicabilityRuleRefs().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
Object
public List<Object> getAuthorizedRoleRefs()
Gets the value of the authorizedRoleRefs 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 authorizedRoleRefs property.
<p> For example, to add a new item, do as follows: <pre> getAuthorizedRoleRefs().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
Object
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.