iSeries Remote Systems
v6.0.0

com.ibm.etools.systems.as400filesubsys
Interface As400filesubsysFactory

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

public interface As400filesubsysFactory
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:
As400filesubsysPackage

Field Summary
static String copyright
           
static As400filesubsysFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 FileSubSystem createFileSubSystem()
          Returns a new object of class 'File Sub System'.
 FileSubSystemFactory createFileSubSystemFactory()
          Returns a new object of class 'File Sub System Factory'.
 As400filesubsysPackage getAs400filesubsysPackage()
          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 As400filesubsysFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createFileSubSystem

public FileSubSystem createFileSubSystem()
Returns a new object of class 'File Sub System'.

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

createFileSubSystemFactory

public FileSubSystemFactory createFileSubSystemFactory()
Returns a new object of class 'File Sub System Factory'.

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

getAs400filesubsysPackage

public As400filesubsysPackage getAs400filesubsysPackage()
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.