|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.jdepend.jaxb.Stats
public class Stats
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="TotalClasses" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="ConcreteClasses" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="AbstractClasses" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Ca" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="Ce" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="A" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="I" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="D" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="V" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected double |
a
|
protected java.lang.String |
abstractClasses
|
protected java.math.BigInteger |
ca
|
protected java.math.BigInteger |
ce
|
protected java.math.BigInteger |
concreteClasses
|
protected double |
d
|
protected double |
i
|
protected java.math.BigInteger |
totalClasses
|
protected double |
v
|
Constructor Summary | |
---|---|
Stats()
|
Method Summary | |
---|---|
double |
getA()
Gets the value of the a property. |
java.lang.String |
getAbstractClasses()
Gets the value of the abstractClasses property. |
java.math.BigInteger |
getCa()
Gets the value of the ca property. |
java.math.BigInteger |
getCe()
Gets the value of the ce property. |
java.math.BigInteger |
getConcreteClasses()
Gets the value of the concreteClasses property. |
double |
getD()
Gets the value of the d property. |
double |
getI()
Gets the value of the i property. |
java.math.BigInteger |
getTotalClasses()
Gets the value of the totalClasses property. |
double |
getV()
Gets the value of the v property. |
void |
setA(double value)
Sets the value of the a property. |
void |
setAbstractClasses(java.lang.String value)
Sets the value of the abstractClasses property. |
void |
setCa(java.math.BigInteger value)
Sets the value of the ca property. |
void |
setCe(java.math.BigInteger value)
Sets the value of the ce property. |
void |
setConcreteClasses(java.math.BigInteger value)
Sets the value of the concreteClasses property. |
void |
setD(double value)
Sets the value of the d property. |
void |
setI(double value)
Sets the value of the i property. |
void |
setTotalClasses(java.math.BigInteger value)
Sets the value of the totalClasses property. |
void |
setV(double value)
Sets the value of the v property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.math.BigInteger totalClasses
protected java.math.BigInteger concreteClasses
protected java.lang.String abstractClasses
protected java.math.BigInteger ca
protected java.math.BigInteger ce
protected double a
protected double i
protected double d
protected double v
Constructor Detail |
---|
public Stats()
Method Detail |
---|
public java.math.BigInteger getTotalClasses()
BigInteger
public void setTotalClasses(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getConcreteClasses()
BigInteger
public void setConcreteClasses(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getAbstractClasses()
String
public void setAbstractClasses(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getCa()
BigInteger
public void setCa(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getCe()
BigInteger
public void setCe(java.math.BigInteger value)
value
- allowed object is
BigInteger
public double getA()
public void setA(double value)
public double getI()
public void setI(double value)
public double getD()
public void setD(double value)
public double getV()
public void setV(double value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |