|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CascadeType
A representation of the model object 'Cascade Type'. Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
The following features are supported:
OrmPackage.getCascadeType()
Method Summary | |
---|---|
boolean |
isCascadeAll()
Returns the value of the 'Cascade All' attribute. |
boolean |
isCascadeMerge()
Returns the value of the 'Cascade Merge' attribute. |
boolean |
isCascadePersist()
Returns the value of the 'Cascade Persist' attribute. |
boolean |
isCascadeRefresh()
Returns the value of the 'Cascade Refresh' attribute. |
boolean |
isCascadeRemove()
Returns the value of the 'Cascade Remove' attribute. |
void |
setCascadeAll(boolean value)
Sets the value of the ' Cascade All ' attribute. |
void |
setCascadeMerge(boolean value)
Sets the value of the ' Cascade Merge ' attribute. |
void |
setCascadePersist(boolean value)
Sets the value of the ' Cascade Persist ' attribute. |
void |
setCascadeRefresh(boolean value)
Sets the value of the ' Cascade Refresh ' attribute. |
void |
setCascadeRemove(boolean value)
Sets the value of the ' Cascade Remove ' attribute. |
Methods inherited from interface org.eclipse.jpt.core.resource.common.JpaEObject |
---|
containsOffset, getPlatformResource, getResource, getRoot, getSelectionTextRange, getValidationTextRange, isAllFeaturesUnset |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isCascadeAll()
If the meaning of the 'Cascade All' attribute isn't clear, there really should be more of a description here...
setCascadeAll(boolean)
,
OrmPackage.getCascadeType_CascadeAll()
void setCascadeAll(boolean value)
Cascade All
' attribute.
value
- the new value of the 'Cascade All' attribute.isCascadeAll()
boolean isCascadePersist()
If the meaning of the 'Cascade Persist' attribute isn't clear, there really should be more of a description here...
setCascadePersist(boolean)
,
OrmPackage.getCascadeType_CascadePersist()
void setCascadePersist(boolean value)
Cascade Persist
' attribute.
value
- the new value of the 'Cascade Persist' attribute.isCascadePersist()
boolean isCascadeMerge()
If the meaning of the 'Cascade Merge' attribute isn't clear, there really should be more of a description here...
setCascadeMerge(boolean)
,
OrmPackage.getCascadeType_CascadeMerge()
void setCascadeMerge(boolean value)
Cascade Merge
' attribute.
value
- the new value of the 'Cascade Merge' attribute.isCascadeMerge()
boolean isCascadeRemove()
If the meaning of the 'Cascade Remove' attribute isn't clear, there really should be more of a description here...
setCascadeRemove(boolean)
,
OrmPackage.getCascadeType_CascadeRemove()
void setCascadeRemove(boolean value)
Cascade Remove
' attribute.
value
- the new value of the 'Cascade Remove' attribute.isCascadeRemove()
boolean isCascadeRefresh()
If the meaning of the 'Cascade Refresh' attribute isn't clear, there really should be more of a description here...
setCascadeRefresh(boolean)
,
OrmPackage.getCascadeType_CascadeRefresh()
void setCascadeRefresh(boolean value)
Cascade Refresh
' attribute.
value
- the new value of the 'Cascade Refresh' attribute.isCascadeRefresh()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |