|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAdapterFactoryImpl
com.ibm.etools.systems.app.model.bin.util.BinAdapterFactory
public class BinAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
BinPackage| Field Summary | |
|---|---|
static String |
copyright
|
protected static BinPackage |
modelPackage
The cached model package. |
protected BinSwitch |
modelSwitch
The switch the delegates to the createXXX methods. |
| Constructor Summary | |
|---|---|
BinAdapterFactory()
Creates an instance of the adapter factory. |
|
| Method Summary | |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the target. |
Adapter |
createArtifactAdapter()
Creates a new adapter for an object of class ' Artifact'. |
Adapter |
createBinaryArtifactAdapter()
Creates a new adapter for an object of class ' Binary Artifact'. |
Adapter |
createBinaryCallableBlockAdapter()
Creates a new adapter for an object of class ' Binary Callable Block'. |
Adapter |
createBoundModuleAdapter()
Creates a new adapter for an object of class ' Bound Module'. |
Adapter |
createBoundRelationshipAdapter()
Creates a new adapter for an object of class ' Bound Relationship'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
Adapter |
createExecutableAdapter()
Creates a new adapter for an object of class ' Executable'. |
Adapter |
createIDebuggableAdapter()
Creates a new adapter for an object of class ' IDebuggable'. |
Adapter |
createLibraryAdapter()
Creates a new adapter for an object of class ' Library'. |
Adapter |
createLibraryCallableExportAdapter()
Creates a new adapter for an object of class ' Library Callable Export'. |
Adapter |
createRelationshipAdapter()
Creates a new adapter for an object of class ' Relationship'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String copyright
protected static BinPackage modelPackage
protected BinSwitch modelSwitch
createXXX methods.
| Constructor Detail |
|---|
public BinAdapterFactory()
| Method Detail |
|---|
public boolean isFactoryForType(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 createIDebuggableAdapter()
IDebuggable'.
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.
IDebuggablepublic Adapter createBoundRelationshipAdapter()
Bound Relationship'.
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.
BoundRelationshippublic Adapter createLibraryCallableExportAdapter()
Library Callable Export'.
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.
LibraryCallableExportpublic Adapter createBinaryArtifactAdapter()
Binary Artifact'.
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.
BinaryArtifactpublic Adapter createBoundModuleAdapter()
Bound 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.
BoundModulepublic Adapter createLibraryAdapter()
Library'.
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.
Librarypublic Adapter createBinaryCallableBlockAdapter()
Binary Callable Block'.
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.
BinaryCallableBlockpublic Adapter createExecutableAdapter()
Executable'.
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.
Executablepublic Adapter createRelationshipAdapter()
Relationship'.
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.
Relationshippublic Adapter createArtifactAdapter()
Artifact'.
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.
Artifactpublic Adapter createEObjectAdapter()
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||