|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.CascadeType
public class CascadeType
public enum CascadeType { ALL, PERSIST, MERGE, REMOVE, REFRESH};
Java class for cascade-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cascade-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cascade-all" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-persist" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-merge" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-remove" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-refresh" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EmptyType |
cascadeAll
|
protected EmptyType |
cascadeMerge
|
protected EmptyType |
cascadePersist
|
protected EmptyType |
cascadeRefresh
|
protected EmptyType |
cascadeRemove
|
| Constructor Summary | |
|---|---|
CascadeType()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.CascadeType instance. |
|
CascadeType(CascadeType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.CascadeType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
CascadeType |
clone()
Creates and returns a copy of this object. |
EmptyType |
getCascadeAll()
Gets the value of the cascadeAll property. |
EmptyType |
getCascadeMerge()
Gets the value of the cascadeMerge property. |
EmptyType |
getCascadePersist()
Gets the value of the cascadePersist property. |
EmptyType |
getCascadeRefresh()
Gets the value of the cascadeRefresh property. |
EmptyType |
getCascadeRemove()
Gets the value of the cascadeRemove property. |
void |
setCascadeAll(EmptyType value)
Sets the value of the cascadeAll property. |
void |
setCascadeMerge(EmptyType value)
Sets the value of the cascadeMerge property. |
void |
setCascadePersist(EmptyType value)
Sets the value of the cascadePersist property. |
void |
setCascadeRefresh(EmptyType value)
Sets the value of the cascadeRefresh property. |
void |
setCascadeRemove(EmptyType value)
Sets the value of the cascadeRemove property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EmptyType cascadeAll
protected EmptyType cascadePersist
protected EmptyType cascadeMerge
protected EmptyType cascadeRemove
protected EmptyType cascadeRefresh
| Constructor Detail |
|---|
public CascadeType()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.CascadeType instance.
public CascadeType(CascadeType o)
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.CascadeType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public EmptyType getCascadeAll()
EmptyTypepublic void setCascadeAll(EmptyType value)
value - allowed object is
EmptyTypepublic EmptyType getCascadePersist()
EmptyTypepublic void setCascadePersist(EmptyType value)
value - allowed object is
EmptyTypepublic EmptyType getCascadeMerge()
EmptyTypepublic void setCascadeMerge(EmptyType value)
value - allowed object is
EmptyTypepublic EmptyType getCascadeRemove()
EmptyTypepublic void setCascadeRemove(EmptyType value)
value - allowed object is
EmptyTypepublic EmptyType getCascadeRefresh()
EmptyTypepublic void setCascadeRefresh(EmptyType value)
value - allowed object is
EmptyTypepublic CascadeType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||