Remote Systems
v6.4.1

com.ibm.etools.systems.filters.impl
Class FiltersFactoryImpl

java.lang.Object
  extended byEFactoryImpl
      extended bycom.ibm.etools.systems.filters.impl.FiltersFactoryImpl
All Implemented Interfaces:
FiltersFactory

public class FiltersFactoryImpl
extends EFactoryImpl
implements FiltersFactory

An implementation of the model Factory.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.systems.filters.FiltersFactory
eINSTANCE
 
Constructor Summary
FiltersFactoryImpl()
          Creates and instance of the factory
 
Method Summary
 EObject create(EClass eClass)
           
 SystemFilter createSystemFilter()
           
 SystemFilterPool createSystemFilterPool()
           
 SystemFilterPoolManager createSystemFilterPoolManager()
           
 SystemFilterPoolReference createSystemFilterPoolReference()
           
 SystemFilterPoolReferenceManager createSystemFilterPoolReferenceManager()
           
 SystemFilterReference createSystemFilterReference()
           
 SystemFilterString createSystemFilterString()
           
 FiltersPackage getFiltersPackage()
           
static FiltersPackage 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

FiltersFactoryImpl

public FiltersFactoryImpl()
Creates and instance of the factory.

Method Detail

create

public EObject create(EClass eClass)


createSystemFilter

public SystemFilter createSystemFilter()

Specified by:
createSystemFilter in interface FiltersFactory
Returns:
a new object of class 'System Filter'.

createSystemFilterPool

public SystemFilterPool createSystemFilterPool()

Specified by:
createSystemFilterPool in interface FiltersFactory
Returns:
a new object of class 'System Filter Pool'.

createSystemFilterString

public SystemFilterString createSystemFilterString()

Specified by:
createSystemFilterString in interface FiltersFactory
Returns:
a new object of class 'System Filter String'.

createSystemFilterPoolReference

public SystemFilterPoolReference createSystemFilterPoolReference()

Specified by:
createSystemFilterPoolReference in interface FiltersFactory
Returns:
a new object of class 'System Filter Pool Reference'.

createSystemFilterReference

public SystemFilterReference createSystemFilterReference()

Specified by:
createSystemFilterReference in interface FiltersFactory
Returns:
a new object of class 'System Filter Reference'.

createSystemFilterPoolManager

public SystemFilterPoolManager createSystemFilterPoolManager()

Specified by:
createSystemFilterPoolManager in interface FiltersFactory
Returns:
a new object of class 'System Filter Pool Manager'.

createSystemFilterPoolReferenceManager

public SystemFilterPoolReferenceManager createSystemFilterPoolReferenceManager()

Specified by:
createSystemFilterPoolReferenceManager in interface FiltersFactory
Returns:
a new object of class 'System Filter Pool Reference Manager'.

getFiltersPackage

public FiltersPackage getFiltersPackage()

Specified by:
getFiltersPackage in interface FiltersFactory
Returns:
the package supported by this factory.

getPackage

public static FiltersPackage 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.