Uses of Class
org.eclipse.jpt.eclipselink.core.resource.orm.XmlStructConverter

Packages that use XmlStructConverter
org.eclipse.jpt.eclipselink.core.resource.orm   
 

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

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return XmlStructConverter
 XmlStructConverter EclipseLinkOrmFactory.createXmlStructConverter()
           
 XmlStructConverter XmlElementCollection.getStructConverter()
          Returns the value of the 'Struct Converter' containment reference.
 XmlStructConverter XmlConverterHolder.getStructConverter()
          Returns the value of the 'Struct Converter' containment reference.
 XmlStructConverter XmlVersion.getStructConverter()
          Returns the value of the 'Struct Converter' containment reference.
 XmlStructConverter XmlOneToMany.getStructConverter()
          Returns the value of the 'Struct Converter' containment reference.
 XmlStructConverter XmlManyToMany.getStructConverter()
          Returns the value of the 'Struct Converter' containment reference.
 XmlStructConverter XmlId.getStructConverter()
          Returns the value of the 'Struct Converter' containment reference.
 XmlStructConverter XmlBasic.getStructConverter()
          Returns the value of the 'Struct Converter' containment reference.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return types with arguments of type XmlStructConverter
 org.eclipse.emf.common.util.EList<XmlStructConverter> XmlElementCollection.getStructConverters()
          Returns the value of the 'Struct Converters' containment reference list.
 org.eclipse.emf.common.util.EList<XmlStructConverter> XmlEntityMappings.getStructConverters()
          Returns the value of the 'Struct Converters' containment reference list.
 org.eclipse.emf.common.util.EList<XmlStructConverter> XmlConvertersHolder.getStructConverters()
          Returns the value of the 'Struct Converters' containment reference list.
 org.eclipse.emf.common.util.EList<XmlStructConverter> XmlEntity.getStructConverters()
          Returns the value of the 'Struct Converters' containment reference list.
 org.eclipse.emf.common.util.EList<XmlStructConverter> XmlEmbeddable.getStructConverters()
          Returns the value of the 'Struct Converters' containment reference list.
 org.eclipse.emf.common.util.EList<XmlStructConverter> XmlMappedSuperclass.getStructConverters()
          Returns the value of the 'Struct Converters' containment reference list.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm with parameters of type XmlStructConverter
 org.eclipse.emf.common.notify.NotificationChain XmlElementCollection.basicSetStructConverter(XmlStructConverter newStructConverter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlVersion.basicSetStructConverter(XmlStructConverter newStructConverter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlOneToMany.basicSetStructConverter(XmlStructConverter newStructConverter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlManyToMany.basicSetStructConverter(XmlStructConverter newStructConverter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlId.basicSetStructConverter(XmlStructConverter newStructConverter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlBasic.basicSetStructConverter(XmlStructConverter newStructConverter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlElementCollection.setStructConverter(XmlStructConverter newStructConverter)
          Sets the value of the 'Struct Converter' containment reference.
 void XmlConverterHolder.setStructConverter(XmlStructConverter value)
          Sets the value of the 'Struct Converter' containment reference.
 void XmlVersion.setStructConverter(XmlStructConverter newStructConverter)
          Sets the value of the 'Struct Converter' containment reference.
 void XmlOneToMany.setStructConverter(XmlStructConverter newStructConverter)
          Sets the value of the 'Struct Converter' containment reference.
 void XmlManyToMany.setStructConverter(XmlStructConverter newStructConverter)
          Sets the value of the 'Struct Converter' containment reference.
 void XmlId.setStructConverter(XmlStructConverter newStructConverter)
          Sets the value of the 'Struct Converter' containment reference.
 void XmlBasic.setStructConverter(XmlStructConverter newStructConverter)
          Sets the value of the 'Struct Converter' containment reference.