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