public class ProcessInstanceHierarchyFilterXto extends PredicateBaseXto
Java class for ProcessInstanceHierarchyFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessInstanceHierarchyFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<element name="mode" type="{http://eclipse.org/stardust/ws/v2012a/api/query}HierarchyMode"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ProcessInstanceHierarchyFilterXto() |
| Modifier and Type | Method and Description |
|---|---|
HierarchyModeXto |
getMode()
Gets the value of the mode property.
|
void |
setMode(HierarchyModeXto value)
Sets the value of the mode property.
|
public HierarchyModeXto getMode()
HierarchyModeXtopublic void setMode(HierarchyModeXto value)
value - allowed object is
HierarchyModeXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.