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

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

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type Attributes
 void OrmAttributeMapping.addToResourceModel(Attributes resourceAttributes)
           
 void OrmAttributeMapping.removeFromResourceModel(Attributes resourceAttributes)
           
 

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

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

Methods in org.eclipse.jpt.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 AbstractXmlTypeMapping.setAttributes(Attributes newAttributes)
          Sets the value of the 'Attributes' containment reference.
 void XmlTypeMapping.setAttributes(Attributes value)
          Sets the value of the 'Attributes' containment reference.
 

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

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