org.eclipse.jpt.jaxb.core.xsd
Class XsdUtil.XsdAdapterFactoryImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by org.eclipse.jpt.jaxb.core.xsd.XsdUtil.XsdAdapterFactoryImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory
Enclosing class:
XsdUtil

public static class XsdUtil.XsdAdapterFactoryImpl
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl

The Factory for the XSD adapter model. It provides a create method for each non-abstract class of the model.


Constructor Summary
XsdUtil.XsdAdapterFactoryImpl()
           
 
Method Summary
 org.eclipse.emf.common.notify.Adapter adapt(org.eclipse.emf.common.notify.Notifier target)
           
 org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
           
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, isFactoryForType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsdUtil.XsdAdapterFactoryImpl

public XsdUtil.XsdAdapterFactoryImpl()
Method Detail

createAdapter

public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
Overrides:
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl

adapt

public org.eclipse.emf.common.notify.Adapter adapt(org.eclipse.emf.common.notify.Notifier target)