org.eclipse.jpt.eclipselink.core.resource.orm.v2_1
Interface XmlReturnInsert_2_1

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

public interface XmlReturnInsert_2_1
extends JpaEObject

A representation of the model object 'Xml Return Insert 21'.

The following features are supported:

See Also:
EclipseLinkOrmV2_1Package.getXmlReturnInsert_2_1()

Method Summary
 java.lang.Boolean getReturnOnly()
          Returns the value of the 'Return Only' attribute.
 void setReturnOnly(java.lang.Boolean value)
          Sets the value of the 'Return Only' attribute.
 
Methods inherited from interface org.eclipse.jpt.core.resource.xml.JpaEObject
containsOffset, 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

getReturnOnly

java.lang.Boolean getReturnOnly()
Returns the value of the 'Return Only' attribute.

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

Returns:
the value of the 'Return Only' attribute.
See Also:
setReturnOnly(Boolean), EclipseLinkOrmV2_1Package.getXmlReturnInsert_2_1_ReturnOnly()

setReturnOnly

void setReturnOnly(java.lang.Boolean value)
Sets the value of the 'Return Only' attribute.

Parameters:
value - the new value of the 'Return Only' attribute.
See Also:
getReturnOnly()