Remote Systems
v6.4.1

com.ibm.etools.systems.dftsubsystem.impl
Class DftsubsystemFactoryImpl

java.lang.Object
  extended byEFactoryImpl
      extended bycom.ibm.etools.systems.dftsubsystem.impl.DftsubsystemFactoryImpl
All Implemented Interfaces:
DftsubsystemFactory
Direct Known Subclasses:
DefaultSubsystemsMOFFactoryImpl

public class DftsubsystemFactoryImpl
extends EFactoryImpl
implements DftsubsystemFactory

An implementation of the model Factory.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.systems.dftsubsystem.DftsubsystemFactory
eINSTANCE
 
Constructor Summary
DftsubsystemFactoryImpl()
          Creates and instance of the factory
 
Method Summary
 EObject create(EClass eClass)
           
 DefaultCmdSubSystem createDefaultCmdSubSystem()
           
 DefaultCmdSubSystemFactory createDefaultCmdSubSystemFactory()
           
 DefaultFileSubSystem createDefaultFileSubSystem()
           
 DefaultFileSubSystemFactory createDefaultFileSubSystemFactory()
           
 DefaultJobSubSystem createDefaultJobSubSystem()
           
 DefaultJobSubSystemFactory createDefaultJobSubSystemFactory()
           
 DefaultSubSystem createDefaultSubSystem()
           
 DefaultSubSystemFactory createDefaultSubSystemFactory()
           
 DftsubsystemPackage getDftsubsystemPackage()
           
static DftsubsystemPackage 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

DftsubsystemFactoryImpl

public DftsubsystemFactoryImpl()
Creates and instance of the factory.

Method Detail

create

public EObject create(EClass eClass)


createDefaultSubSystemFactory

public DefaultSubSystemFactory createDefaultSubSystemFactory()

Specified by:
createDefaultSubSystemFactory in interface DftsubsystemFactory
Returns:
a new object of class 'Default Sub System Factory'.

createDefaultCmdSubSystemFactory

public DefaultCmdSubSystemFactory createDefaultCmdSubSystemFactory()

Specified by:
createDefaultCmdSubSystemFactory in interface DftsubsystemFactory
Returns:
a new object of class 'Default Cmd Sub System Factory'.

createDefaultJobSubSystemFactory

public DefaultJobSubSystemFactory createDefaultJobSubSystemFactory()

Specified by:
createDefaultJobSubSystemFactory in interface DftsubsystemFactory
Returns:
a new object of class 'Default Job Sub System Factory'.

createDefaultFileSubSystemFactory

public DefaultFileSubSystemFactory createDefaultFileSubSystemFactory()

Specified by:
createDefaultFileSubSystemFactory in interface DftsubsystemFactory
Returns:
a new object of class 'Default File Sub System Factory'.

createDefaultSubSystem

public DefaultSubSystem createDefaultSubSystem()

Specified by:
createDefaultSubSystem in interface DftsubsystemFactory
Returns:
a new object of class 'Default Sub System'.

createDefaultCmdSubSystem

public DefaultCmdSubSystem createDefaultCmdSubSystem()

Specified by:
createDefaultCmdSubSystem in interface DftsubsystemFactory
Returns:
a new object of class 'Default Cmd Sub System'.

createDefaultJobSubSystem

public DefaultJobSubSystem createDefaultJobSubSystem()

Specified by:
createDefaultJobSubSystem in interface DftsubsystemFactory
Returns:
a new object of class 'Default Job Sub System'.

createDefaultFileSubSystem

public DefaultFileSubSystem createDefaultFileSubSystem()

Specified by:
createDefaultFileSubSystem in interface DftsubsystemFactory
Returns:
a new object of class 'Default File Sub System'.

getDftsubsystemPackage

public DftsubsystemPackage getDftsubsystemPackage()

Specified by:
getDftsubsystemPackage in interface DftsubsystemFactory
Returns:
the package supported by this factory.

getPackage

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