org.eclipse.jpt.jpa.core.resource.orm.v2_0
Interface XmlCascadeType_2_0

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CascadeType

public interface XmlCascadeType_2_0
extends JpaEObject

A representation of the model object 'Xml Cascade Type 20'.

The following features are supported:

See Also:
OrmV2_0Package.getXmlCascadeType_2_0()

Method Summary
 boolean isCascadeDetach()
          Returns the value of the 'Cascade Detach' attribute.
 void setCascadeDetach(boolean value)
          Sets the value of the 'Cascade Detach' attribute.
 
Methods inherited from interface org.eclipse.jpt.jpa.core.resource.xml.JpaEObject
containsOffset, createDeleteEdit, getSelectionTextRange, getValidationTextRange, isUnset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isCascadeDetach

boolean isCascadeDetach()
Returns the value of the 'Cascade Detach' attribute.

If the meaning of the 'Cascade Detach' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cascade Detach' attribute.
See Also:
setCascadeDetach(boolean), OrmV2_0Package.getXmlCascadeType_2_0_CascadeDetach()

setCascadeDetach

void setCascadeDetach(boolean value)
Sets the value of the 'Cascade Detach' attribute.

Parameters:
value - the new value of the 'Cascade Detach' attribute.
See Also:
isCascadeDetach()