org.eclipse.jpt.jpa.eclipselink.core.resource.orm
Interface XmlPropertyContainer

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
XmlAttributeMapping, XmlElementCollection_2_0
All Known Implementing Classes:
XmlBasic, XmlBasicCollection, XmlBasicMap, XmlElementCollection, XmlEmbeddable, XmlEmbedded, XmlEmbeddedId, XmlEntity, XmlId, XmlManyToMany, XmlManyToOne, XmlMappedSuperclass, XmlOneToMany, XmlOneToOne, XmlTransformation, XmlTransient, XmlVariableOneToOne, XmlVersion

public interface XmlPropertyContainer
extends JpaEObject

A representation of the model object 'Xml Property Container'.

The following features are supported:

See Also:
EclipseLinkOrmPackage.getXmlPropertyContainer()

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.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

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.getXmlPropertyContainer_Properties()