|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MicroBindingEndpoint | |
---|---|
org.objectweb.dsrg.sofa.repository.model | |
org.objectweb.dsrg.sofa.repository.model.impl | |
org.objectweb.dsrg.sofa.repository.model.util |
Uses of MicroBindingEndpoint in org.objectweb.dsrg.sofa.repository.model |
---|
Methods in org.objectweb.dsrg.sofa.repository.model that return MicroBindingEndpoint | |
---|---|
MicroBindingEndpoint |
ModelFactory.createMicroBindingEndpoint()
Returns a new object of class 'Micro Binding Endpoint' |
MicroBindingEndpoint |
ModelFactory.createMicroBindingEndpoint(java.lang.String componentName,
java.lang.String interfaceName)
Returns a new object of class 'Micro Binding Endpoint' with initialized values. |
MicroBindingEndpoint |
MicroBinding.getClient()
Returns the value of the 'Client' containment reference |
MicroBindingEndpoint |
MicroBinding.getServer()
Returns the value of the 'Server' containment reference |
Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type MicroBindingEndpoint | |
---|---|
MicroBinding |
ModelFactory.createMicroBinding(MicroBindingEndpoint client,
MicroBindingEndpoint server)
Returns a new object of class 'Micro Binding' with setted 'Micro BindingEndpoint' objects initialized by parameters. |
void |
MicroBinding.setClient(MicroBindingEndpoint value)
Sets the value of the ' Client ' containment reference |
void |
MicroBinding.setServer(MicroBindingEndpoint value)
Sets the value of the ' Server ' containment reference |
Uses of MicroBindingEndpoint in org.objectweb.dsrg.sofa.repository.model.impl |
---|
Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement MicroBindingEndpoint | |
---|---|
class |
MicroBindingEndpointImpl
An implementation of the model object 'Micro Binding Endpoint' |
Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as MicroBindingEndpoint | |
---|---|
protected MicroBindingEndpoint |
MicroBindingImpl.client
The cached value of the ' Client ' containment reference |
protected MicroBindingEndpoint |
MicroBindingImpl.server
The cached value of the ' Server ' containment reference |
Methods in org.objectweb.dsrg.sofa.repository.model.impl that return MicroBindingEndpoint | |
---|---|
MicroBindingEndpoint |
MicroBindingImpl.basicGetClient()
|
MicroBindingEndpoint |
MicroBindingImpl.basicGetServer()
|
MicroBindingEndpoint |
ModelFactoryImpl.createMicroBindingEndpoint()
|
MicroBindingEndpoint |
ModelFactoryImpl.createMicroBindingEndpoint(java.lang.String componentName,
java.lang.String interfaceName)
|
MicroBindingEndpoint |
MicroBindingImpl.getClient()
|
MicroBindingEndpoint |
MicroBindingImpl.getServer()
|
Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type MicroBindingEndpoint | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MicroBindingImpl.basicSetClient(MicroBindingEndpoint newClient,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
MicroBindingImpl.basicSetServer(MicroBindingEndpoint newServer,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
MicroBinding |
ModelFactoryImpl.createMicroBinding(MicroBindingEndpoint client,
MicroBindingEndpoint server)
|
void |
MicroBindingImpl.setClient(MicroBindingEndpoint newClient)
|
void |
MicroBindingImpl.setServer(MicroBindingEndpoint newServer)
|
Constructors in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type MicroBindingEndpoint | |
---|---|
MicroBindingImpl(MicroBindingEndpoint client,
MicroBindingEndpoint server)
|
Uses of MicroBindingEndpoint in org.objectweb.dsrg.sofa.repository.model.util |
---|
Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type MicroBindingEndpoint | |
---|---|
T |
ModelSwitch.caseMicroBindingEndpoint(MicroBindingEndpoint object)
Returns the result of interpreting the object as an instance of 'Micro Binding Endpoint' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |