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

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

public interface XmlBatchFetch_2_1
extends JpaEObject

A representation of the model object 'Xml Batch Fetch 21'. 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.

Since:
2.3 *

The following features are supported:

Version:
2.3
See Also:
EclipseLinkOrmV2_1Package.getXmlBatchFetch_2_1()

Method Summary
 BatchFetchType_2_1 getBatchFetchType()
          Returns the value of the 'Batch Fetch Type' attribute.
 java.lang.Integer getSize()
          Returns the value of the 'Size' attribute.
 void setBatchFetchType(BatchFetchType_2_1 value)
          Sets the value of the 'Batch Fetch Type' attribute.
 void setSize(java.lang.Integer value)
          Sets the value of the 'Size' 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

getSize

java.lang.Integer getSize()
Returns the value of the 'Size' attribute.

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

Returns:
the value of the 'Size' attribute.
See Also:
setSize(Integer), EclipseLinkOrmV2_1Package.getXmlBatchFetch_2_1_Size()

setSize

void setSize(java.lang.Integer value)
Sets the value of the 'Size' attribute.

Parameters:
value - the new value of the 'Size' attribute.
See Also:
getSize()

getBatchFetchType

BatchFetchType_2_1 getBatchFetchType()
Returns the value of the 'Batch Fetch Type' attribute. The literals are from the enumeration BatchFetchType_2_1.

If the meaning of the 'Batch Fetch Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Batch Fetch Type' attribute.
See Also:
BatchFetchType_2_1, setBatchFetchType(BatchFetchType_2_1), EclipseLinkOrmV2_1Package.getXmlBatchFetch_2_1_BatchFetchType()

setBatchFetchType

void setBatchFetchType(BatchFetchType_2_1 value)
Sets the value of the 'Batch Fetch Type' attribute.

Parameters:
value - the new value of the 'Batch Fetch Type' attribute.
See Also:
BatchFetchType_2_1, getBatchFetchType()