|
||||||||||
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.ParticipationParameters
public static class Measures.Measure.ParticipationParameters
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="frequencyPercentage" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="memberPercentage" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="scaleWithGranularity" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="thresoldValue" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Double |
frequencyPercentage
|
protected java.lang.Double |
memberPercentage
|
protected java.lang.Boolean |
scaleWithGranularity
|
protected java.lang.Double |
thresoldValue
|
Constructor Summary | |
---|---|
Measures.Measure.ParticipationParameters()
|
Method Summary | |
---|---|
double |
getFrequencyPercentage()
Gets the value of the frequencyPercentage property. |
double |
getMemberPercentage()
Gets the value of the memberPercentage property. |
double |
getThresoldValue()
Gets the value of the thresoldValue property. |
boolean |
isScaleWithGranularity()
Gets the value of the scaleWithGranularity property. |
boolean |
isSetFrequencyPercentage()
|
boolean |
isSetMemberPercentage()
|
boolean |
isSetScaleWithGranularity()
|
boolean |
isSetThresoldValue()
|
void |
setFrequencyPercentage(double value)
Sets the value of the frequencyPercentage property. |
void |
setMemberPercentage(double value)
Sets the value of the memberPercentage property. |
void |
setScaleWithGranularity(boolean value)
Sets the value of the scaleWithGranularity property. |
void |
setThresoldValue(double value)
Sets the value of the thresoldValue property. |
void |
unsetFrequencyPercentage()
|
void |
unsetMemberPercentage()
|
void |
unsetScaleWithGranularity()
|
void |
unsetThresoldValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Double frequencyPercentage
protected java.lang.Double memberPercentage
protected java.lang.Boolean scaleWithGranularity
protected java.lang.Double thresoldValue
Constructor Detail |
---|
public Measures.Measure.ParticipationParameters()
Method Detail |
---|
public double getFrequencyPercentage()
Double
public void setFrequencyPercentage(double value)
value
- allowed object is
Double
public boolean isSetFrequencyPercentage()
public void unsetFrequencyPercentage()
public double getMemberPercentage()
Double
public void setMemberPercentage(double value)
value
- allowed object is
Double
public boolean isSetMemberPercentage()
public void unsetMemberPercentage()
public boolean isScaleWithGranularity()
Boolean
public void setScaleWithGranularity(boolean value)
value
- allowed object is
Boolean
public boolean isSetScaleWithGranularity()
public void unsetScaleWithGranularity()
public double getThresoldValue()
Double
public void setThresoldValue(double value)
value
- allowed object is
Double
public boolean isSetThresoldValue()
public void unsetThresoldValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |