org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2
Interface XmlId_2_2

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

public interface XmlId_2_2
extends JpaEObject

A representation of the model object 'Xml Id 22'.

The following features are supported:

See Also:
EclipseLinkOrmV2_2Package.getXmlId_2_2()

Method Summary
 XmlIndex_2_2 getIndex()
          Returns the value of the 'Index' containment reference.
 void setIndex(XmlIndex_2_2 value)
          Sets the value of the 'Index' containment reference.
 
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

getIndex

XmlIndex_2_2 getIndex()
Returns the value of the 'Index' containment reference.

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

Returns:
the value of the 'Index' containment reference.
See Also:
setIndex(XmlIndex_2_2), EclipseLinkOrmV2_2Package.getXmlId_2_2_Index()

setIndex

void setIndex(XmlIndex_2_2 value)
Sets the value of the 'Index' containment reference.

Parameters:
value - the new value of the 'Index' containment reference.
See Also:
getIndex()