Uses of Interface
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
 

Classes in org.eclipse.jpt.eclipselink.core.resource.orm that implement XmlStructConverter
 class XmlStructConverterImpl
          A representation of the model object 'Xml Struct CustomConverter'.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return XmlStructConverter
 XmlStructConverter XmlBasicImpl.getStructConverter()
          Returns the value of the 'Struct Converter' containment reference.
 XmlStructConverter XmlConverterHolder.getStructConverter()
          Returns the value of the 'Struct Converter' containment reference.
 XmlStructConverter XmlIdImpl.getStructConverter()
          Returns the value of the 'Struct Converter' containment reference.
 XmlStructConverter XmlVersionImpl.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> XmlConvertersHolder.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> XmlEntity.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> 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 XmlBasicImpl.basicSetStructConverter(XmlStructConverter newStructConverter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlIdImpl.basicSetStructConverter(XmlStructConverter newStructConverter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlVersionImpl.basicSetStructConverter(XmlStructConverter newStructConverter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlBasicImpl.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 XmlIdImpl.setStructConverter(XmlStructConverter newStructConverter)
          Sets the value of the 'Struct Converter' containment reference.
 void XmlVersionImpl.setStructConverter(XmlStructConverter newStructConverter)
          Sets the value of the 'Struct Converter' containment reference.