Uses of Class
org.eclipse.jpt.jpa.core.resource.orm.Attributes

Packages that use Attributes
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.resource.orm   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
 

Uses of Attributes in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type Attributes
 void OrmAttributeMapping.addXmlAttributeMappingTo(Attributes resourceAttributes)
           
 void OrmAttributeMapping.removeXmlAttributeMappingFrom(Attributes resourceAttributes)
           
 

Uses of Attributes in org.eclipse.jpt.jpa.core.resource.orm
 

Methods in org.eclipse.jpt.jpa.core.resource.orm that return Attributes
 Attributes OrmFactory.createAttributes()
           
 Attributes XmlTypeMapping.getAttributes()
          Returns the value of the 'Attributes' containment reference.
 Attributes AbstractXmlTypeMapping.getAttributes()
          Returns the value of the 'Attributes' containment reference.
 

Methods in org.eclipse.jpt.jpa.core.resource.orm with parameters of type Attributes
 org.eclipse.emf.common.notify.NotificationChain AbstractXmlTypeMapping.basicSetAttributes(Attributes newAttributes, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlTypeMapping.setAttributes(Attributes value)
          Sets the value of the 'Attributes' containment reference.
 void AbstractXmlTypeMapping.setAttributes(Attributes newAttributes)
          Sets the value of the 'Attributes' containment reference.
 

Uses of Attributes in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

Subclasses of Attributes in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 class Attributes
          A representation of the model object 'Attributes'.