iSeries Remote Systems
v6.0.1

com.ibm.etools.systems.as400ifscmdsubsys
Interface As400ifscmdsubsysFactory

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

public interface As400ifscmdsubsysFactory
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:
As400ifscmdsubsysPackage

Field Summary
static String copyright
           
static As400ifscmdsubsysFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 AS400ifsCmdSubSystem createAS400ifsCmdSubSystem()
          Returns a new object of class 'AS40 0ifs Cmd Sub System'.
 AS400ifsCmdSubSystemFactory createAS400ifsCmdSubSystemFactory()
          Returns a new object of class 'AS40 0ifs Cmd Sub System Factory'.
 As400ifscmdsubsysPackage getAs400ifscmdsubsysPackage()
          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 As400ifscmdsubsysFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createAS400ifsCmdSubSystemFactory

public AS400ifsCmdSubSystemFactory createAS400ifsCmdSubSystemFactory()
Returns a new object of class 'AS40 0ifs Cmd Sub System Factory'.

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

createAS400ifsCmdSubSystem

public AS400ifsCmdSubSystem createAS400ifsCmdSubSystem()
Returns a new object of class 'AS40 0ifs Cmd Sub System'.

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

getAs400ifscmdsubsysPackage

public As400ifscmdsubsysPackage getAs400ifscmdsubsysPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

iSeries Remote Systems
v6.0.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.