net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.context
Interface LoadTimeWeaver

All Known Implementing Classes:
LoadTimeWeaverImpl

public interface LoadTimeWeaver

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="weaver-class" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="aspectj-weaving" default="autodetect">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="on"/>
             <enumeration value="off"/>
             <enumeration value="autodetect"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getAspectjWeaving()
          Gets the value of the aspectjWeaving property.
 String getWeaverClass()
          Gets the value of the weaverClass property.
 void setAspectjWeaving(String value)
          Sets the value of the aspectjWeaving property.
 void setWeaverClass(String value)
          Sets the value of the weaverClass property.
 

Method Detail

getWeaverClass

String getWeaverClass()
Gets the value of the weaverClass property.

Returns:
possible object is String

setWeaverClass

void setWeaverClass(String value)
Sets the value of the weaverClass property.

Parameters:
value - allowed object is String

getAspectjWeaving

String getAspectjWeaving()
Gets the value of the aspectjWeaving property.

Returns:
possible object is String

setAspectjWeaving

void setAspectjWeaving(String value)
Sets the value of the aspectjWeaving property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.