org.eclipse.jpt.eclipselink.core.resource.orm
Interface XmlEmbeddedId

All Superinterfaces:
BaseXmlEmbedded, org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier, XmlAccessMethodsHolder, XmlAttributeMapping, XmlEmbeddedId
All Known Subinterfaces:
XmlEmbeddedId

public interface XmlEmbeddedId
extends XmlEmbeddedId, XmlAccessMethodsHolder

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

The following features are supported:

See Also:
EclipseLinkOrmPackage.getXmlEmbeddedId()

Method Summary
 org.eclipse.emf.common.util.EList<XmlProperty> getProperties()
          Returns the value of the 'Properties' containment reference list.
 
Methods inherited from interface org.eclipse.jpt.core.resource.orm.BaseXmlEmbedded
getAttributeOverrides
 
Methods inherited from interface org.eclipse.jpt.eclipselink.core.resource.orm.XmlAccessMethodsHolder
getAccessMethods, setAccessMethods
 

Method Detail

getProperties

org.eclipse.emf.common.util.EList<XmlProperty> getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type XmlProperty.

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

Returns:
the value of the 'Properties' containment reference list.
See Also:
EclipseLinkOrmPackage.getXmlEmbeddedId_Properties()