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

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

public interface XmlFetchGroup_2_1
extends JpaEObject

A representation of the model object 'Xml Fetch Group 21'.

The following features are supported:

See Also:
EclipseLinkOrmV2_1Package.getXmlFetchGroup_2_1()

Method Summary
 org.eclipse.emf.common.util.EList<XmlFetchAttribute> getAttributes()
          Returns the value of the 'Attributes' containment reference list.
 java.lang.Boolean getLoad()
          Returns the value of the 'Load' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setLoad(java.lang.Boolean value)
          Sets the value of the 'Load' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), EclipseLinkOrmV2_1Package.getXmlFetchGroup_2_1_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getAttributes

org.eclipse.emf.common.util.EList<XmlFetchAttribute> getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of type XmlFetchAttribute.

If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Attributes' containment reference list.
See Also:
EclipseLinkOrmV2_1Package.getXmlFetchGroup_2_1_Attributes()

getLoad

java.lang.Boolean getLoad()
Returns the value of the 'Load' attribute.

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

Returns:
the value of the 'Load' attribute.
See Also:
setLoad(Boolean), EclipseLinkOrmV2_1Package.getXmlFetchGroup_2_1_Load()

setLoad

void setLoad(java.lang.Boolean value)
Sets the value of the 'Load' attribute.

Parameters:
value - the new value of the 'Load' attribute.
See Also:
getLoad()