org.jcoderz.phoenix.coverage.jaxb
Interface Clazz

All Superinterfaces:
ClassType, Element
All Known Implementing Classes:
ClazzImpl

public interface Clazz
extends Element, ClassType

Java content class for class element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/coverage.xsd line 64)

 <element name="class">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}methods"/>
           <element ref="{}lines"/>
         </sequence>
         <attribute name="branch-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
         <attribute name="complexity" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
         <attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="line-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
         <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.coverage.jaxb.ClassType
getBranchRate, getComplexity, getFilename, getLineRate, getLines, getMethods, getName, isSetBranchRate, isSetComplexity, isSetFilename, isSetLineRate, isSetLines, isSetMethods, isSetName, setBranchRate, setComplexity, setFilename, setLineRate, setLines, setMethods, setName, unsetBranchRate, unsetComplexity, unsetFilename, unsetLineRate, unsetLines, unsetMethods, unsetName
 



Copyright 2007 The jCoderZ Project.