net.sf.jour.rt.view.config
Interface Methodsignature

All Superinterfaces:
javax.xml.bind.Element, MethodsignatureType
All Known Implementing Classes:
MethodsignatureImpl

public interface Methodsignature
extends javax.xml.bind.Element, MethodsignatureType

Java content class for methodsignature element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/work/java/jour/jour_pg/src/resources/jour_view.xsd line 26)

 <element name="methodsignature">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}trim" maxOccurs="unbounded"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface net.sf.jour.rt.view.config.MethodsignatureType
getTrim
 



Copyright © 2004 sourceforge. All Rights Reserved.