|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.clover.jaxb.Metrics
public class Metrics
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="classes" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="methods" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="conditionals" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="ncloc" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="coveredstatements" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="coveredmethods" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="coveredconditionals" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="statements" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="loc" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="coveredelements" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="elements" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Integer |
classes
|
protected java.lang.Integer |
conditionals
|
protected java.lang.Integer |
coveredconditionals
|
protected java.lang.Integer |
coveredelements
|
protected java.lang.Integer |
coveredmethods
|
protected java.lang.Integer |
coveredstatements
|
protected java.lang.Integer |
elements
|
protected java.lang.Integer |
loc
|
protected java.lang.Integer |
methods
|
protected java.lang.Integer |
ncloc
|
protected java.lang.Integer |
statements
|
Constructor Summary | |
---|---|
Metrics()
|
Method Summary | |
---|---|
java.lang.Integer |
getClasses()
Gets the value of the classes property. |
java.lang.Integer |
getConditionals()
Gets the value of the conditionals property. |
java.lang.Integer |
getCoveredconditionals()
Gets the value of the coveredconditionals property. |
java.lang.Integer |
getCoveredelements()
Gets the value of the coveredelements property. |
java.lang.Integer |
getCoveredmethods()
Gets the value of the coveredmethods property. |
java.lang.Integer |
getCoveredstatements()
Gets the value of the coveredstatements property. |
java.lang.Integer |
getElements()
Gets the value of the elements property. |
java.lang.Integer |
getLoc()
Gets the value of the loc property. |
java.lang.Integer |
getMethods()
Gets the value of the methods property. |
java.lang.Integer |
getNcloc()
Gets the value of the ncloc property. |
java.lang.Integer |
getStatements()
Gets the value of the statements property. |
void |
setClasses(java.lang.Integer value)
Sets the value of the classes property. |
void |
setConditionals(java.lang.Integer value)
Sets the value of the conditionals property. |
void |
setCoveredconditionals(java.lang.Integer value)
Sets the value of the coveredconditionals property. |
void |
setCoveredelements(java.lang.Integer value)
Sets the value of the coveredelements property. |
void |
setCoveredmethods(java.lang.Integer value)
Sets the value of the coveredmethods property. |
void |
setCoveredstatements(java.lang.Integer value)
Sets the value of the coveredstatements property. |
void |
setElements(java.lang.Integer value)
Sets the value of the elements property. |
void |
setLoc(java.lang.Integer value)
Sets the value of the loc property. |
void |
setMethods(java.lang.Integer value)
Sets the value of the methods property. |
void |
setNcloc(java.lang.Integer value)
Sets the value of the ncloc property. |
void |
setStatements(java.lang.Integer value)
Sets the value of the statements property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Integer classes
protected java.lang.Integer methods
protected java.lang.Integer conditionals
protected java.lang.Integer ncloc
protected java.lang.Integer coveredstatements
protected java.lang.Integer coveredmethods
protected java.lang.Integer coveredconditionals
protected java.lang.Integer statements
protected java.lang.Integer loc
protected java.lang.Integer coveredelements
protected java.lang.Integer elements
Constructor Detail |
---|
public Metrics()
Method Detail |
---|
public java.lang.Integer getClasses()
Integer
public void setClasses(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMethods()
Integer
public void setMethods(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getConditionals()
Integer
public void setConditionals(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getNcloc()
Integer
public void setNcloc(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCoveredstatements()
Integer
public void setCoveredstatements(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCoveredmethods()
Integer
public void setCoveredmethods(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCoveredconditionals()
Integer
public void setCoveredconditionals(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getStatements()
Integer
public void setStatements(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getLoc()
Integer
public void setLoc(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCoveredelements()
Integer
public void setCoveredelements(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getElements()
Integer
public void setElements(java.lang.Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |