|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.context.LoadTimeWeaver
public class 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>
| Field Summary | |
|---|---|
protected String |
aspectjWeaving
|
protected String |
weaverClass
|
| Constructor Summary | |
|---|---|
LoadTimeWeaver()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.context.LoadTimeWeaver instance. |
|
LoadTimeWeaver(LoadTimeWeaver o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.context.LoadTimeWeaver instance by copying a given instance. |
|
| Method Summary | |
|---|---|
LoadTimeWeaver |
clone()
Creates and returns a copy of this object. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String weaverClass
protected String aspectjWeaving
| Constructor Detail |
|---|
public LoadTimeWeaver()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.context.LoadTimeWeaver instance.
public LoadTimeWeaver(LoadTimeWeaver o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.context.LoadTimeWeaver instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getWeaverClass()
Stringpublic void setWeaverClass(String value)
value - allowed object is
Stringpublic String getAspectjWeaving()
Stringpublic void setAspectjWeaving(String value)
value - allowed object is
Stringpublic LoadTimeWeaver clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||