|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
public static class Measures.Measure.DeviationParameters
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="expectationValue" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="moderateDeviation" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="scaleWithGranularity" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="unacceptableDeviation" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Double |
expectationValue
|
protected java.lang.Double |
moderateDeviation
|
protected java.lang.Boolean |
scaleWithGranularity
|
protected java.lang.Double |
unacceptableDeviation
|
Constructor Summary | |
---|---|
Measures.Measure.DeviationParameters()
|
Method Summary | |
---|---|
double |
getExpectationValue()
Gets the value of the expectationValue property. |
double |
getModerateDeviation()
Gets the value of the moderateDeviation property. |
double |
getUnacceptableDeviation()
Gets the value of the unacceptableDeviation property. |
boolean |
isScaleWithGranularity()
Gets the value of the scaleWithGranularity property. |
boolean |
isSetExpectationValue()
|
boolean |
isSetModerateDeviation()
|
boolean |
isSetScaleWithGranularity()
|
boolean |
isSetUnacceptableDeviation()
|
void |
setExpectationValue(double value)
Sets the value of the expectationValue property. |
void |
setModerateDeviation(double value)
Sets the value of the moderateDeviation property. |
void |
setScaleWithGranularity(boolean value)
Sets the value of the scaleWithGranularity property. |
void |
setUnacceptableDeviation(double value)
Sets the value of the unacceptableDeviation property. |
void |
unsetExpectationValue()
|
void |
unsetModerateDeviation()
|
void |
unsetScaleWithGranularity()
|
void |
unsetUnacceptableDeviation()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Double expectationValue
protected java.lang.Double moderateDeviation
protected java.lang.Boolean scaleWithGranularity
protected java.lang.Double unacceptableDeviation
Constructor Detail |
---|
public Measures.Measure.DeviationParameters()
Method Detail |
---|
public double getExpectationValue()
Double
public void setExpectationValue(double value)
value
- allowed object is
Double
public boolean isSetExpectationValue()
public void unsetExpectationValue()
public double getModerateDeviation()
Double
public void setModerateDeviation(double value)
value
- allowed object is
Double
public boolean isSetModerateDeviation()
public void unsetModerateDeviation()
public boolean isScaleWithGranularity()
Boolean
public void setScaleWithGranularity(boolean value)
value
- allowed object is
Boolean
public boolean isSetScaleWithGranularity()
public void unsetScaleWithGranularity()
public double getUnacceptableDeviation()
Double
public void setUnacceptableDeviation(double value)
value
- allowed object is
Double
public boolean isSetUnacceptableDeviation()
public void unsetUnacceptableDeviation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |