|
||||||||||
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
public static class Measures.Measure
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"> <sequence> <element name="StreamTrendParameters" minOccurs="0"> <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> </element> <element name="ParticipationParameters" minOccurs="0"> <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> </element> <element name="DeviationParameters" minOccurs="0"> <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> </element> </sequence> <attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="classifierMethod" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="merge" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="telemetryParameters" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
Measures.Measure.DeviationParameters
Java class for anonymous complex type. |
static class |
Measures.Measure.ParticipationParameters
Java class for anonymous complex type. |
static class |
Measures.Measure.StreamTrendParameters
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.lang.String |
alias
|
protected java.lang.String |
classifierMethod
|
protected Measures.Measure.DeviationParameters |
deviationParameters
|
protected java.lang.Boolean |
enabled
|
protected java.lang.String |
merge
|
protected java.lang.String |
name
|
protected Measures.Measure.ParticipationParameters |
participationParameters
|
protected Measures.Measure.StreamTrendParameters |
streamTrendParameters
|
protected java.lang.String |
telemetryParameters
|
Constructor Summary | |
---|---|
Measures.Measure()
|
Method Summary | |
---|---|
java.lang.String |
getAlias()
Gets the value of the alias property. |
java.lang.String |
getClassifierMethod()
Gets the value of the classifierMethod property. |
Measures.Measure.DeviationParameters |
getDeviationParameters()
Gets the value of the deviationParameters property. |
java.lang.String |
getMerge()
Gets the value of the merge property. |
java.lang.String |
getName()
Gets the value of the name property. |
Measures.Measure.ParticipationParameters |
getParticipationParameters()
Gets the value of the participationParameters property. |
Measures.Measure.StreamTrendParameters |
getStreamTrendParameters()
Gets the value of the streamTrendParameters property. |
java.lang.String |
getTelemetryParameters()
Gets the value of the telemetryParameters property. |
boolean |
isEnabled()
Gets the value of the enabled property. |
boolean |
isSetAlias()
|
boolean |
isSetClassifierMethod()
|
boolean |
isSetDeviationParameters()
|
boolean |
isSetEnabled()
|
boolean |
isSetMerge()
|
boolean |
isSetName()
|
boolean |
isSetParticipationParameters()
|
boolean |
isSetStreamTrendParameters()
|
boolean |
isSetTelemetryParameters()
|
void |
setAlias(java.lang.String value)
Sets the value of the alias property. |
void |
setClassifierMethod(java.lang.String value)
Sets the value of the classifierMethod property. |
void |
setDeviationParameters(Measures.Measure.DeviationParameters value)
Sets the value of the deviationParameters property. |
void |
setEnabled(boolean value)
Sets the value of the enabled property. |
void |
setMerge(java.lang.String value)
Sets the value of the merge property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setParticipationParameters(Measures.Measure.ParticipationParameters value)
Sets the value of the participationParameters property. |
void |
setStreamTrendParameters(Measures.Measure.StreamTrendParameters value)
Sets the value of the streamTrendParameters property. |
void |
setTelemetryParameters(java.lang.String value)
Sets the value of the telemetryParameters property. |
void |
unsetEnabled()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Measures.Measure.StreamTrendParameters streamTrendParameters
protected Measures.Measure.ParticipationParameters participationParameters
protected Measures.Measure.DeviationParameters deviationParameters
protected java.lang.String alias
protected java.lang.String classifierMethod
protected java.lang.Boolean enabled
protected java.lang.String merge
protected java.lang.String name
protected java.lang.String telemetryParameters
Constructor Detail |
---|
public Measures.Measure()
Method Detail |
---|
public Measures.Measure.StreamTrendParameters getStreamTrendParameters()
Measures.Measure.StreamTrendParameters
public void setStreamTrendParameters(Measures.Measure.StreamTrendParameters value)
value
- allowed object is
Measures.Measure.StreamTrendParameters
public boolean isSetStreamTrendParameters()
public Measures.Measure.ParticipationParameters getParticipationParameters()
Measures.Measure.ParticipationParameters
public void setParticipationParameters(Measures.Measure.ParticipationParameters value)
value
- allowed object is
Measures.Measure.ParticipationParameters
public boolean isSetParticipationParameters()
public Measures.Measure.DeviationParameters getDeviationParameters()
Measures.Measure.DeviationParameters
public void setDeviationParameters(Measures.Measure.DeviationParameters value)
value
- allowed object is
Measures.Measure.DeviationParameters
public boolean isSetDeviationParameters()
public java.lang.String getAlias()
String
public void setAlias(java.lang.String value)
value
- allowed object is
String
public boolean isSetAlias()
public java.lang.String getClassifierMethod()
String
public void setClassifierMethod(java.lang.String value)
value
- allowed object is
String
public boolean isSetClassifierMethod()
public boolean isEnabled()
Boolean
public void setEnabled(boolean value)
value
- allowed object is
Boolean
public boolean isSetEnabled()
public void unsetEnabled()
public java.lang.String getMerge()
String
public void setMerge(java.lang.String value)
value
- allowed object is
String
public boolean isSetMerge()
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isSetName()
public java.lang.String getTelemetryParameters()
String
public void setTelemetryParameters(java.lang.String value)
value
- allowed object is
String
public boolean isSetTelemetryParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |