org.jcoderz.phoenix.coverage.jaxb
Interface Method

All Superinterfaces:
Element, MethodType
All Known Implementing Classes:
MethodImpl

public interface Method
extends Element, MethodType

Java content class for method 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 90)

 <element name="method">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}lines"/>
         </sequence>
         <attribute name="branch-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
         <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" />
         <attribute name="signature" 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.MethodType
getBranchRate, getLineRate, getLines, getName, getSignature, isSetBranchRate, isSetLineRate, isSetLines, isSetName, isSetSignature, setBranchRate, setLineRate, setLines, setName, setSignature, unsetBranchRate, unsetLineRate, unsetLines, unsetName, unsetSignature
 



Copyright 2007 The jCoderZ Project.