|
||||||||||
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.StreamTrendParameters
public static class Measures.Measure.StreamTrendParameters
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="higherBetter" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="higherThresold" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="lowerThresold" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="scaleWithGranularity" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
higherBetter
|
protected java.lang.Double |
higherThresold
|
protected java.lang.Double |
lowerThresold
|
protected java.lang.Boolean |
scaleWithGranularity
|
Constructor Summary | |
---|---|
Measures.Measure.StreamTrendParameters()
|
Method Summary | |
---|---|
double |
getHigherThresold()
Gets the value of the higherThresold property. |
double |
getLowerThresold()
Gets the value of the lowerThresold property. |
boolean |
isHigherBetter()
Gets the value of the higherBetter property. |
boolean |
isScaleWithGranularity()
Gets the value of the scaleWithGranularity property. |
boolean |
isSetHigherBetter()
|
boolean |
isSetHigherThresold()
|
boolean |
isSetLowerThresold()
|
boolean |
isSetScaleWithGranularity()
|
void |
setHigherBetter(boolean value)
Sets the value of the higherBetter property. |
void |
setHigherThresold(double value)
Sets the value of the higherThresold property. |
void |
setLowerThresold(double value)
Sets the value of the lowerThresold property. |
void |
setScaleWithGranularity(boolean value)
Sets the value of the scaleWithGranularity property. |
void |
unsetHigherBetter()
|
void |
unsetHigherThresold()
|
void |
unsetLowerThresold()
|
void |
unsetScaleWithGranularity()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Boolean higherBetter
protected java.lang.Double higherThresold
protected java.lang.Double lowerThresold
protected java.lang.Boolean scaleWithGranularity
Constructor Detail |
---|
public Measures.Measure.StreamTrendParameters()
Method Detail |
---|
public boolean isHigherBetter()
Boolean
public void setHigherBetter(boolean value)
value
- allowed object is
Boolean
public boolean isSetHigherBetter()
public void unsetHigherBetter()
public double getHigherThresold()
Double
public void setHigherThresold(double value)
value
- allowed object is
Double
public boolean isSetHigherThresold()
public void unsetHigherThresold()
public double getLowerThresold()
Double
public void setLowerThresold(double value)
value
- allowed object is
Double
public boolean isSetLowerThresold()
public void unsetLowerThresold()
public boolean isScaleWithGranularity()
Boolean
public void setScaleWithGranularity(boolean value)
value
- allowed object is
Boolean
public boolean isSetScaleWithGranularity()
public void unsetScaleWithGranularity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |