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

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

public interface XmlEmbedded
extends XmlEmbedded, XmlAccessMethodsHolder

A representation of the model object 'Xml Embedded'.

The following features are supported:

See Also:
EclipseLinkOrmPackage.getXmlEmbedded()

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.core.resource.orm.XmlAttributeMapping
getMappingKey, getName, getNameTextRange, setName
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
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.getXmlEmbedded_Properties()