|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.query.EvaluationPolicyXto
org.eclipse.stardust.engine.api.ws.query.ProcessCumulationPolicyXto
public class ProcessCumulationPolicyXto
Java-Klasse für ProcessCumulationPolicy complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ProcessCumulationPolicy">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
<sequence>
<element name="cumulateWithRootPi" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="cumulateWithScopePi" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ProcessCumulationPolicyXto()
|
|
| Method Summary | |
|---|---|
boolean |
isCumulateWithRootPi()
Ruft den Wert der cumulateWithRootPi-Eigenschaft ab. |
boolean |
isCumulateWithScopePi()
Ruft den Wert der cumulateWithScopePi-Eigenschaft ab. |
void |
setCumulateWithRootPi(boolean value)
Legt den Wert der cumulateWithRootPi-Eigenschaft fest. |
void |
setCumulateWithScopePi(boolean value)
Legt den Wert der cumulateWithScopePi-Eigenschaft fest. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessCumulationPolicyXto()
| Method Detail |
|---|
public boolean isCumulateWithRootPi()
public void setCumulateWithRootPi(boolean value)
public boolean isCumulateWithScopePi()
public void setCumulateWithScopePi(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||