Uses of Interface
org.enterprisedomain.classmaker.ResourceAdapter
Packages that use ResourceAdapter
Package
Description
-
Uses of ResourceAdapter in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return ResourceAdapterModifier and TypeMethodDescriptionClassMakerFactory.createResourceAdapter()
Returns a new object of class 'Resource Adapter'.Project.getModelResourceAdapter()
Returns the value of the 'Model Resource Adapter' containment reference. -
Uses of ResourceAdapter in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement ResourceAdapterModifier and TypeClassDescriptionclass
An implementation of the model object 'Resource Adapter'.Methods in org.enterprisedomain.classmaker.impl that return ResourceAdapterModifier and TypeMethodDescriptionClassMakerFactoryImpl.createResourceAdapter()
ProjectImpl.getModelResourceAdapter()
Methods in org.enterprisedomain.classmaker.impl with parameters of type ResourceAdapterModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
ProjectImpl.basicSetModelResourceAdapter
(ResourceAdapter newModelResourceAdapter, org.eclipse.emf.common.notify.NotificationChain msgs) -
Uses of ResourceAdapter in org.enterprisedomain.classmaker.util
Methods in org.enterprisedomain.classmaker.util with parameters of type ResourceAdapterModifier and TypeMethodDescriptionClassMakerSwitch.caseResourceAdapter
(ResourceAdapter object) Returns the result of interpreting the object as an instance of 'Resource Adapter'.boolean
ClassMakerValidator.validateResourceAdapter
(ResourceAdapter resourceAdapter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ResourceAdapter in org.enterprisedomain.classmaker.validation
Methods in org.enterprisedomain.classmaker.validation with parameters of type ResourceAdapterModifier and TypeMethodDescriptionboolean
ProjectValidator.validateModelResourceAdapter
(ResourceAdapter value)