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

All Superinterfaces:
javax.xml.bind.Element, ExcludeType
All Known Implementing Classes:
ExcludeImpl

public interface Exclude
extends javax.xml.bind.Element, ExcludeType

Java content class for exclude 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 81)

 <element name="exclude">
   <complexType>
     <simpleContent>
       <extension base="<http://www.w3.org/2001/XMLSchema>string">
         <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         <attribute name="names" type="{http://www.w3.org/2001/XMLSchema}string" />
       </extension>
     </simpleContent>
   </complexType>
 </element>
 


Methods inherited from interface net.sf.jour.rt.view.config.ExcludeType
getNames, getValue, isEnabled, setEnabled, setNames, setValue
 



Copyright © 2004 sourceforge. All Rights Reserved.