|
|||||||||
| 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.PerformanceCriticalityPolicyXto
public class PerformanceCriticalityPolicyXto
Java class for PerformanceCriticalityPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformanceCriticalityPolicy">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
<sequence>
<element name="lowPriorityCriticalPct" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="normalPriorityCriticalPct" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="highPriorityCriticalPct" type="{http://www.w3.org/2001/XMLSchema}float"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PerformanceCriticalityPolicyXto()
|
|
| Method Summary | |
|---|---|
float |
getHighPriorityCriticalPct()
Gets the value of the highPriorityCriticalPct property. |
float |
getLowPriorityCriticalPct()
Gets the value of the lowPriorityCriticalPct property. |
float |
getNormalPriorityCriticalPct()
Gets the value of the normalPriorityCriticalPct property. |
void |
setHighPriorityCriticalPct(float value)
Sets the value of the highPriorityCriticalPct property. |
void |
setLowPriorityCriticalPct(float value)
Sets the value of the lowPriorityCriticalPct property. |
void |
setNormalPriorityCriticalPct(float value)
Sets the value of the normalPriorityCriticalPct property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PerformanceCriticalityPolicyXto()
| Method Detail |
|---|
public float getLowPriorityCriticalPct()
public void setLowPriorityCriticalPct(float value)
public float getNormalPriorityCriticalPct()
public void setNormalPriorityCriticalPct(float value)
public float getHighPriorityCriticalPct()
public void setHighPriorityCriticalPct(float value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||