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

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

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.
 

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.