Uses of Interface
org.enterprisedomain.classmaker.ResourceAdapter
Package
Description
-
Uses of ResourceAdapter in org.enterprisedomain.classmaker
Modifier 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
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Resource Adapter'.Modifier and TypeMethodDescriptionClassMakerFactoryImpl.createResourceAdapter()
ProjectImpl.getModelResourceAdapter()
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionboolean
ProjectValidator.validateModelResourceAdapter
(ResourceAdapter value)