|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAdapterFactoryImpl
org.eclipse.stp.core.sca.util.SCAAdapterFactory
public class SCAAdapterFactory
The Adapter Factory for the model. It
provides an adapter createXXX
method for each class of the
model.
SCAPackage
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Constructor Summary | |
---|---|
SCAAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
---|---|
Adapter |
createAbstractImplementationAdapter()
Creates a new adapter for an object of class ' Abstract Implementation '. |
Adapter |
createAdapter(Notifier target)
Creates an adapter for the target . |
Adapter |
createBindingAdapter()
Creates a new adapter for an object of class ' Binding '. |
Adapter |
createComponentAdapter()
Creates a new adapter for an object of class ' Component '. |
Adapter |
createComponentTypeAdapter()
Creates a new adapter for an object of class ' Component Type '. |
Adapter |
createCompositeAdapter()
Creates a new adapter for an object of class ' Composite '. |
Adapter |
createEntryPointAdapter()
Creates a new adapter for an object of class ' Entry Point '. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
Adapter |
createExternalServiceAdapter()
Creates a new adapter for an object of class ' External Service '. |
Adapter |
createImplementationAdapter()
Creates a new adapter for an object of class ' Implementation '. |
Adapter |
createImplementationComponentAdapter()
Creates a new adapter for an object of class ' Implementation Component '. |
Adapter |
createInterfaceAdapter()
Creates a new adapter for an object of class ' Interface '. |
Adapter |
createJavaImplementationAdapter()
Creates a new adapter for an object of class ' Java Implementation '. |
Adapter |
createJavaInterfaceAdapter()
Creates a new adapter for an object of class ' Java Interface '. |
Adapter |
createModuleAdapter()
Creates a new adapter for an object of class ' Module '. |
Adapter |
createModuleComponentAdapter()
Creates a new adapter for an object of class ' Module Component '. |
Adapter |
createModuleFragmentAdapter()
Creates a new adapter for an object of class ' Module Fragment '. |
Adapter |
createModuleReferenceAdapter()
Creates a new adapter for an object of class ' Module Reference '. |
Adapter |
createModuleServiceAdapter()
Creates a new adapter for an object of class ' Module Service '. |
Adapter |
createModuleWireAdapter()
Creates a new adapter for an object of class ' Module Wire '. |
Adapter |
createPropertyAdapter()
Creates a new adapter for an object of class ' Property '. |
Adapter |
createPropertyValueAdapter()
Creates a new adapter for an object of class ' Property Value '. |
Adapter |
createPropertyValuesSetAdapter()
Creates a new adapter for an object of class ' Property Values Set '. |
Adapter |
createReferenceAdapter()
Creates a new adapter for an object of class ' Reference '. |
Adapter |
createReferenceValueAdapter()
Creates a new adapter for an object of class ' Reference Value '. |
Adapter |
createReferenceValuesSetAdapter()
Creates a new adapter for an object of class ' Reference Values Set '. |
Adapter |
createSCABindingAdapter()
Creates a new adapter for an object of class ' Binding '. |
Adapter |
createSCACoreRootAdapter()
Creates a new adapter for an object of class ' Core Root '. |
Adapter |
createServiceAdapter()
Creates a new adapter for an object of class ' Service '. |
Adapter |
createSLSBBindingAdapter()
Creates a new adapter for an object of class ' SLSB Binding '. |
Adapter |
createSubsystemAdapter()
Creates a new adapter for an object of class ' Subsystem '. |
Adapter |
createSystemWireAdapter()
Creates a new adapter for an object of class ' System Wire '. |
Adapter |
createUnknownImplementationAdapter()
Creates a new adapter for an object of class ' Unknown Implementation '. |
Adapter |
createWebServiceBindingAdapter()
Creates a new adapter for an object of class ' Web Service Binding '. |
Adapter |
createWSDLPortTypeAdapter()
Creates a new adapter for an object of class ' WSDL Port Type '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String copyright
Constructor Detail |
---|
public SCAAdapterFactory()
Method Detail |
---|
public boolean isFactoryForType(java.lang.Object object)
true
if
the object is either the model's package or is an instance object of the
model.
public Adapter createAdapter(Notifier target)
target
.
target
- the object to adapt.
target
.public Adapter createAbstractImplementationAdapter()
Abstract Implementation
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
AbstractImplementation
public Adapter createBindingAdapter()
Binding
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
Binding
public Adapter createComponentAdapter()
Component
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
Component
public Adapter createComponentTypeAdapter()
Component Type
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
ComponentType
public Adapter createCompositeAdapter()
Composite
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
Composite
public Adapter createEntryPointAdapter()
Entry Point
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
EntryPoint
public Adapter createExternalServiceAdapter()
External Service
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
ExternalService
public Adapter createImplementationAdapter()
Implementation
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
Implementation
public Adapter createImplementationComponentAdapter()
Implementation Component
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
ImplementationComponent
public Adapter createInterfaceAdapter()
Interface
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
Interface
public Adapter createJavaImplementationAdapter()
Java Implementation
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
JavaImplementation
public Adapter createJavaInterfaceAdapter()
Java Interface
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
JavaInterface
public Adapter createModuleAdapter()
Module
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
Module
public Adapter createModuleComponentAdapter()
Module Component
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
ModuleComponent
public Adapter createModuleFragmentAdapter()
Module Fragment
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
ModuleFragment
public Adapter createModuleReferenceAdapter()
Module Reference
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
ModuleReference
public Adapter createModuleServiceAdapter()
Module Service
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
ModuleService
public Adapter createModuleWireAdapter()
Module Wire
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
ModuleWire
public Adapter createPropertyAdapter()
Property
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
Property
public Adapter createPropertyValueAdapter()
Property Value
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
PropertyValue
public Adapter createPropertyValuesSetAdapter()
Property Values Set
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
PropertyValuesSet
public Adapter createReferenceAdapter()
Reference
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
Reference
public Adapter createReferenceValueAdapter()
Reference Value
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
ReferenceValue
public Adapter createReferenceValuesSetAdapter()
Reference Values Set
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
ReferenceValuesSet
public Adapter createSCABindingAdapter()
Binding
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
SCABinding
public Adapter createSCACoreRootAdapter()
Core Root
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
SCACoreRoot
public Adapter createServiceAdapter()
Service
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
Service
public Adapter createSLSBBindingAdapter()
SLSB Binding
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
SLSBBinding
public Adapter createSubsystemAdapter()
Subsystem
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
Subsystem
public Adapter createSystemWireAdapter()
System Wire
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
SystemWire
public Adapter createUnknownImplementationAdapter()
Unknown Implementation
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
UnknownImplementation
public Adapter createWebServiceBindingAdapter()
Web Service Binding
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
WebServiceBinding
public Adapter createWSDLPortTypeAdapter()
WSDL Port Type
'.
This default implementation returns null so that
we can easily ignore cases; it's useful to ignore a case when inheritance
will catch all the cases anyway.
WSDLPortType
public Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |