iSeries Remote Systems
v6.0.1

com.ibm.etools.systems.as400ifsfilesubsys
Interface As400ifsfilesubsysFactory

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

public interface As400ifsfilesubsysFactory
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:
As400ifsfilesubsysPackage

Field Summary
static String copyright
           
static As400ifsfilesubsysFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 AS400ifsFileSubSystem createAS400ifsFileSubSystem()
          Returns a new object of class 'AS40 0ifs File Sub System'.
 AS400ifsFileSubSystemFactory createAS400ifsFileSubSystemFactory()
          Returns a new object of class 'AS40 0ifs File Sub System Factory'.
 As400ifsfilesubsysPackage getAs400ifsfilesubsysPackage()
          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 As400ifsfilesubsysFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createAS400ifsFileSubSystemFactory

public AS400ifsFileSubSystemFactory createAS400ifsFileSubSystemFactory()
Returns a new object of class 'AS40 0ifs File Sub System Factory'.

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

createAS400ifsFileSubSystem

public AS400ifsFileSubSystem createAS400ifsFileSubSystem()
Returns a new object of class 'AS40 0ifs File Sub System'.

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

getAs400ifsfilesubsysPackage

public As400ifsfilesubsysPackage getAs400ifsfilesubsysPackage()
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.