iSeries Remote Systems
v6.0.0

com.ibm.etools.systems.as400cmdsubsys
Interface As400cmdsubsysFactory

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:
As400cmdsubsysFactoryImpl

public interface As400cmdsubsysFactory
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:
As400cmdsubsysPackage

Field Summary
static String copyright
           
static As400cmdsubsysFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 CmdSubSystem createCmdSubSystem()
          Returns a new object of class 'Cmd Sub System'.
 CmdSubSystemFactory createCmdSubSystemFactory()
          Returns a new object of class 'Cmd Sub System Factory'.
 SystemLibraryListEntry createSystemLibraryListEntry()
          Returns a new object of class 'System Library List Entry'.
 As400cmdsubsysPackage getAs400cmdsubsysPackage()
          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 As400cmdsubsysFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createCmdSubSystem

public CmdSubSystem createCmdSubSystem()
Returns a new object of class 'Cmd Sub System'.

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

createCmdSubSystemFactory

public CmdSubSystemFactory createCmdSubSystemFactory()
Returns a new object of class 'Cmd Sub System Factory'.

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

createSystemLibraryListEntry

public SystemLibraryListEntry createSystemLibraryListEntry()
Returns a new object of class 'System Library List Entry'.

Returns:
a new object of class 'System Library List Entry'.

getAs400cmdsubsysPackage

public As400cmdsubsysPackage getAs400cmdsubsysPackage()
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.