Uses of Interface
org.eclipse.jpt.eclipselink.core.resource.orm.XmlConverter

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

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

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

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return XmlConverter
 XmlConverter XmlBasicImpl.getConverter()
          Returns the value of the 'Converter' containment reference.
 XmlConverter XmlConverterHolder.getConverter()
          Returns the value of the 'Converter' containment reference.
 XmlConverter XmlIdImpl.getConverter()
          Returns the value of the 'Converter' containment reference.
 XmlConverter XmlVersionImpl.getConverter()
          Returns the value of the 'Converter' containment reference.
 

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

Methods in org.eclipse.jpt.eclipselink.core.resource.orm with parameters of type XmlConverter
 org.eclipse.emf.common.notify.NotificationChain XmlBasicImpl.basicSetConverter(XmlConverter newConverter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlIdImpl.basicSetConverter(XmlConverter newConverter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlVersionImpl.basicSetConverter(XmlConverter newConverter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlBasicImpl.setConverter(XmlConverter newConverter)
          Sets the value of the 'Converter' containment reference.
 void XmlConverterHolder.setConverter(XmlConverter value)
          Sets the value of the 'Converter' containment reference.
 void XmlIdImpl.setConverter(XmlConverter newConverter)
          Sets the value of the 'Converter' containment reference.
 void XmlVersionImpl.setConverter(XmlConverter newConverter)
          Sets the value of the 'Converter' containment reference.