net.sf.jour.config
Interface Aspect

All Superinterfaces:
AspectType, javax.xml.bind.Element
All Known Implementing Classes:
AspectImpl

public interface Aspect
extends javax.xml.bind.Element, AspectType

Java content class for aspect 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.xsd line 3)

 <element name="aspect">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}typedef" minOccurs="0"/>
           <element ref="{}pointcut" maxOccurs="unbounded"/>
         </sequence>
         <attribute name="descr" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface net.sf.jour.config.AspectType
getDescr, getPointcut, getType, getTypedef, isEnabled, setDescr, setEnabled, setType, setTypedef
 



Copyright © 2004 sourceforge. All Rights Reserved.