Remote Systems
v6.4.1

com.ibm.etools.systems.model.impl
Class ModelFactoryImpl

java.lang.Object
  extended byEFactoryImpl
      extended bycom.ibm.etools.systems.model.impl.ModelFactoryImpl
All Implemented Interfaces:
ModelFactory

public class ModelFactoryImpl
extends EFactoryImpl
implements ModelFactory

An implementation of the model Factory.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.systems.model.ModelFactory
eINSTANCE
 
Constructor Summary
ModelFactoryImpl()
          Creates and instance of the factory
 
Method Summary
 EObject create(EClass eClass)
           
 SystemConnection createSystemConnection()
           
 SystemConnectionPool createSystemConnectionPool()
           
 SystemProfile createSystemProfile()
           
 SystemProfileManager createSystemProfileManager()
           
 ModelPackage getModelPackage()
           
static ModelPackage getPackage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Constructor Detail

ModelFactoryImpl

public ModelFactoryImpl()
Creates and instance of the factory.

Method Detail

create

public EObject create(EClass eClass)


createSystemConnection

public SystemConnection createSystemConnection()

Specified by:
createSystemConnection in interface ModelFactory
Returns:
a new object of class 'System Connection'.

createSystemConnectionPool

public SystemConnectionPool createSystemConnectionPool()

Specified by:
createSystemConnectionPool in interface ModelFactory
Returns:
a new object of class 'System Connection Pool'.

createSystemProfile

public SystemProfile createSystemProfile()

Specified by:
createSystemProfile in interface ModelFactory
Returns:
a new object of class 'System Profile'.

createSystemProfileManager

public SystemProfileManager createSystemProfileManager()

Specified by:
createSystemProfileManager in interface ModelFactory
Returns:
a new object of class 'System Profile Manager'.

getModelPackage

public ModelPackage getModelPackage()

Specified by:
getModelPackage in interface ModelFactory
Returns:
the package supported by this factory.

getPackage

public static ModelPackage getPackage()


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.