public class PerformanceCriticalityPolicyXto extends EvaluationPolicyXto
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 and Description |
|---|
PerformanceCriticalityPolicyXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public float getLowPriorityCriticalPct()
public void setLowPriorityCriticalPct(float value)
public float getNormalPriorityCriticalPct()
public void setNormalPriorityCriticalPct(float value)
public float getHighPriorityCriticalPct()
public void setHighPriorityCriticalPct(float value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.