Uses of Class
org.eclipse.jpt.core.resource.persistence.XmlProperty

Packages that use XmlProperty
org.eclipse.jpt.core.context.persistence   
org.eclipse.jpt.core.resource.persistence   
 

Uses of XmlProperty in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return XmlProperty
 XmlProperty PersistenceUnit.Property.getXmlProperty()
           
 

Methods in org.eclipse.jpt.core.context.persistence with parameters of type XmlProperty
 PersistenceUnit.Property PersistenceXmlContextNodeFactory.buildProperty(PersistenceUnit parent, XmlProperty property)
           
 

Uses of XmlProperty in org.eclipse.jpt.core.resource.persistence
 

Methods in org.eclipse.jpt.core.resource.persistence that return XmlProperty
 XmlProperty PersistenceFactory.createXmlProperty()
           
 

Methods in org.eclipse.jpt.core.resource.persistence that return types with arguments of type XmlProperty
 org.eclipse.emf.common.util.EList<XmlProperty> XmlProperties.getProperties()
          Returns the value of the 'Properties' containment reference list.