iSeries Remote Systems
v6.0.0

com.ibm.etools.systems.as400jobsubsys
Interface As400jobsubsysFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
As400jobsubsysFactoryImpl

public interface As400jobsubsysFactory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
As400jobsubsysPackage

Field Summary
static String copyright
           
static As400jobsubsysFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 JobSubSystem createJobSubSystem()
          Returns a new object of class 'Job Sub System'.
 JobSubSystemFactory createJobSubSystemFactory()
          Returns a new object of class 'Job Sub System Factory'.
 As400jobsubsysPackage getAs400jobsubsysPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

eINSTANCE

public static final As400jobsubsysFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createJobSubSystemFactory

public JobSubSystemFactory createJobSubSystemFactory()
Returns a new object of class 'Job Sub System Factory'.

Returns:
a new object of class 'Job Sub System Factory'.

createJobSubSystem

public JobSubSystem createJobSubSystem()
Returns a new object of class 'Job Sub System'.

Returns:
a new object of class 'Job Sub System'.

getAs400jobsubsysPackage

public As400jobsubsysPackage getAs400jobsubsysPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

iSeries Remote Systems
v6.0.0

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.