iSeries Remote Systems
v6.0.1

com.ibm.etools.systems.as400filesubsys
Interface As400filesubsysPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
As400filesubsysPackageImpl

public interface As400filesubsysPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
As400filesubsysFactory

Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static String copyright
           
static As400filesubsysPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int FILE_SUB_SYSTEM
          The meta object id for the 'File Sub System' class.
static int FILE_SUB_SYSTEM__ADDITIONAL_ATTRIBUTES
          The feature id for the 'Additional Attributes' attribute.
static int FILE_SUB_SYSTEM__EXTRA_ATTRIBUTES
          The feature id for the 'Extra Attributes' attribute.
static int FILE_SUB_SYSTEM__FACTORY_ID
          The feature id for the 'Factory Id' attribute.
static int FILE_SUB_SYSTEM__FILTER_POOL_REFERENCE_MANAGER
          The feature id for the 'Filter Pool Reference Manager' containment reference.
static int FILE_SUB_SYSTEM__HIDDEN
          The feature id for the 'Hidden' attribute.
static int FILE_SUB_SYSTEM__IBM_ATTRIBUTES
          The feature id for the 'Ibm Attributes' attribute.
static int FILE_SUB_SYSTEM__INTERNAL_COMPILE_IN_BATCH
          The feature id for the 'Internal Compile In Batch' attribute.
static int FILE_SUB_SYSTEM__INTERNAL_JOB_DESCRIPTION
          The feature id for the 'Internal Job Description' attribute.
static int FILE_SUB_SYSTEM__INTERNAL_OBJECT_LIBRARY
          The feature id for the 'Internal Object Library' attribute.
static int FILE_SUB_SYSTEM__INTERNAL_REPLACE_OBJECT
          The feature id for the 'Internal Replace Object' attribute.
static int FILE_SUB_SYSTEM__INTERNAL_RUN_IN_BATCH
          The feature id for the 'Internal Run In Batch' attribute.
static int FILE_SUB_SYSTEM__INTERNAL_SBMJOB_PARMS
          The feature id for the 'Internal SBMJOB Parms' attribute.
static int FILE_SUB_SYSTEM__NAME
          The feature id for the 'Name' attribute.
static int FILE_SUB_SYSTEM__PORT
          The feature id for the 'Port' attribute.
static int FILE_SUB_SYSTEM__REMOTE_SERVER_LAUNCHER
          The feature id for the 'Remote Server Launcher' containment reference.
static int FILE_SUB_SYSTEM__USE_SSL
          The feature id for the 'Use SSL' attribute.
static int FILE_SUB_SYSTEM__USER_ID
          The feature id for the 'User Id' attribute.
static int FILE_SUB_SYSTEM__VENDOR_ATTRIBUTES
          The feature id for the 'Vendor Attributes' attribute.
static int FILE_SUB_SYSTEM_FACTORY
          The meta object id for the 'File Sub System Factory' class.
static int FILE_SUB_SYSTEM_FACTORY__FILTER_POOL_MANAGER_LIST
          The feature id for the 'Filter Pool Manager List' containment reference list.
static int FILE_SUB_SYSTEM_FACTORY__SUB_SYSTEM_LIST
          The feature id for the 'Sub System List' reference list.
static int FILE_SUB_SYSTEM_FACTORY_FEATURE_COUNT
          The number of structural features of the the 'File Sub System Factory' class.
static int FILE_SUB_SYSTEM_FEATURE_COUNT
          The number of structural features of the the 'File Sub System' class.
 
Method Summary
 As400filesubsysFactory getAs400filesubsysFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getFileSubSystem_ExtraAttributes()
          Returns the meta object for the attribute 'Extra Attributes'.
 org.eclipse.emf.ecore.EAttribute getFileSubSystem_InternalCompileInBatch()
          Returns the meta object for the attribute 'Internal Compile In Batch'.
 org.eclipse.emf.ecore.EAttribute getFileSubSystem_InternalJobDescription()
          Returns the meta object for the attribute 'Internal Job Description'.
 org.eclipse.emf.ecore.EAttribute getFileSubSystem_InternalObjectLibrary()
          Returns the meta object for the attribute 'Internal Object Library'.
 org.eclipse.emf.ecore.EAttribute getFileSubSystem_InternalReplaceObject()
          Returns the meta object for the attribute 'Internal Replace Object'.
 org.eclipse.emf.ecore.EAttribute getFileSubSystem_InternalRunInBatch()
          Returns the meta object for the attribute 'Internal Run In Batch'.
 org.eclipse.emf.ecore.EAttribute getFileSubSystem_InternalSBMJOBParms()
          Returns the meta object for the attribute 'Internal SBMJOB Parms'.
 org.eclipse.emf.ecore.EClass getFileSubSystem()
          Returns the meta object for class 'File Sub System'.
 org.eclipse.emf.ecore.EClass getFileSubSystemFactory()
          Returns the meta object for class 'File Sub System Factory'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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

eNAME

public static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

public static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

public static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

public static final As400filesubsysPackage eINSTANCE
The singleton instance of the package.


FILE_SUB_SYSTEM

public static final int FILE_SUB_SYSTEM
The meta object id for the 'File Sub System' class.

See Also:
FileSubSystemImpl, As400filesubsysPackageImpl.getFileSubSystem(), Constant Field Values

FILE_SUB_SYSTEM__NAME

public static final int FILE_SUB_SYSTEM__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__USER_ID

public static final int FILE_SUB_SYSTEM__USER_ID
The feature id for the 'User Id' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__PORT

public static final int FILE_SUB_SYSTEM__PORT
The feature id for the 'Port' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__FACTORY_ID

public static final int FILE_SUB_SYSTEM__FACTORY_ID
The feature id for the 'Factory Id' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__HIDDEN

public static final int FILE_SUB_SYSTEM__HIDDEN
The feature id for the 'Hidden' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__USE_SSL

public static final int FILE_SUB_SYSTEM__USE_SSL
The feature id for the 'Use SSL' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__VENDOR_ATTRIBUTES

public static final int FILE_SUB_SYSTEM__VENDOR_ATTRIBUTES
The feature id for the 'Vendor Attributes' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__ADDITIONAL_ATTRIBUTES

public static final int FILE_SUB_SYSTEM__ADDITIONAL_ATTRIBUTES
The feature id for the 'Additional Attributes' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__IBM_ATTRIBUTES

public static final int FILE_SUB_SYSTEM__IBM_ATTRIBUTES
The feature id for the 'Ibm Attributes' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__FILTER_POOL_REFERENCE_MANAGER

public static final int FILE_SUB_SYSTEM__FILTER_POOL_REFERENCE_MANAGER
The feature id for the 'Filter Pool Reference Manager' containment reference.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__REMOTE_SERVER_LAUNCHER

public static final int FILE_SUB_SYSTEM__REMOTE_SERVER_LAUNCHER
The feature id for the 'Remote Server Launcher' containment reference.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__INTERNAL_JOB_DESCRIPTION

public static final int FILE_SUB_SYSTEM__INTERNAL_JOB_DESCRIPTION
The feature id for the 'Internal Job Description' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__INTERNAL_OBJECT_LIBRARY

public static final int FILE_SUB_SYSTEM__INTERNAL_OBJECT_LIBRARY
The feature id for the 'Internal Object Library' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__INTERNAL_RUN_IN_BATCH

public static final int FILE_SUB_SYSTEM__INTERNAL_RUN_IN_BATCH
The feature id for the 'Internal Run In Batch' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__INTERNAL_COMPILE_IN_BATCH

public static final int FILE_SUB_SYSTEM__INTERNAL_COMPILE_IN_BATCH
The feature id for the 'Internal Compile In Batch' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__INTERNAL_REPLACE_OBJECT

public static final int FILE_SUB_SYSTEM__INTERNAL_REPLACE_OBJECT
The feature id for the 'Internal Replace Object' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__INTERNAL_SBMJOB_PARMS

public static final int FILE_SUB_SYSTEM__INTERNAL_SBMJOB_PARMS
The feature id for the 'Internal SBMJOB Parms' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM__EXTRA_ATTRIBUTES

public static final int FILE_SUB_SYSTEM__EXTRA_ATTRIBUTES
The feature id for the 'Extra Attributes' attribute.

See Also:
Constant Field Values

FILE_SUB_SYSTEM_FEATURE_COUNT

public static final int FILE_SUB_SYSTEM_FEATURE_COUNT
The number of structural features of the the 'File Sub System' class.

See Also:
Constant Field Values

FILE_SUB_SYSTEM_FACTORY

public static final int FILE_SUB_SYSTEM_FACTORY
The meta object id for the 'File Sub System Factory' class.

See Also:
FileSubSystemFactoryImpl, As400filesubsysPackageImpl.getFileSubSystemFactory(), Constant Field Values

FILE_SUB_SYSTEM_FACTORY__SUB_SYSTEM_LIST

public static final int FILE_SUB_SYSTEM_FACTORY__SUB_SYSTEM_LIST
The feature id for the 'Sub System List' reference list.

See Also:
Constant Field Values

FILE_SUB_SYSTEM_FACTORY__FILTER_POOL_MANAGER_LIST

public static final int FILE_SUB_SYSTEM_FACTORY__FILTER_POOL_MANAGER_LIST
The feature id for the 'Filter Pool Manager List' containment reference list.

See Also:
Constant Field Values

FILE_SUB_SYSTEM_FACTORY_FEATURE_COUNT

public static final int FILE_SUB_SYSTEM_FACTORY_FEATURE_COUNT
The number of structural features of the the 'File Sub System Factory' class.

See Also:
Constant Field Values
Method Detail

getFileSubSystem

public org.eclipse.emf.ecore.EClass getFileSubSystem()
Returns the meta object for class 'File Sub System'.

Returns:
the meta object for class 'File Sub System'.
See Also:
FileSubSystem

getFileSubSystem_InternalJobDescription

public org.eclipse.emf.ecore.EAttribute getFileSubSystem_InternalJobDescription()
Returns the meta object for the attribute 'Internal Job Description'.

Returns:
the meta object for the attribute 'Internal Job Description'.
See Also:
FileSubSystem.getInternalJobDescription(), getFileSubSystem()

getFileSubSystem_InternalObjectLibrary

public org.eclipse.emf.ecore.EAttribute getFileSubSystem_InternalObjectLibrary()
Returns the meta object for the attribute 'Internal Object Library'.

Returns:
the meta object for the attribute 'Internal Object Library'.
See Also:
FileSubSystem.getInternalObjectLibrary(), getFileSubSystem()

getFileSubSystem_InternalRunInBatch

public org.eclipse.emf.ecore.EAttribute getFileSubSystem_InternalRunInBatch()
Returns the meta object for the attribute 'Internal Run In Batch'.

Returns:
the meta object for the attribute 'Internal Run In Batch'.
See Also:
FileSubSystem.isInternalRunInBatch(), getFileSubSystem()

getFileSubSystem_InternalCompileInBatch

public org.eclipse.emf.ecore.EAttribute getFileSubSystem_InternalCompileInBatch()
Returns the meta object for the attribute 'Internal Compile In Batch'.

Returns:
the meta object for the attribute 'Internal Compile In Batch'.
See Also:
FileSubSystem.isInternalCompileInBatch(), getFileSubSystem()

getFileSubSystem_InternalReplaceObject

public org.eclipse.emf.ecore.EAttribute getFileSubSystem_InternalReplaceObject()
Returns the meta object for the attribute 'Internal Replace Object'.

Returns:
the meta object for the attribute 'Internal Replace Object'.
See Also:
FileSubSystem.isInternalReplaceObject(), getFileSubSystem()

getFileSubSystem_InternalSBMJOBParms

public org.eclipse.emf.ecore.EAttribute getFileSubSystem_InternalSBMJOBParms()
Returns the meta object for the attribute 'Internal SBMJOB Parms'.

Returns:
the meta object for the attribute 'Internal SBMJOB Parms'.
See Also:
FileSubSystem.getInternalSBMJOBParms(), getFileSubSystem()

getFileSubSystem_ExtraAttributes

public org.eclipse.emf.ecore.EAttribute getFileSubSystem_ExtraAttributes()
Returns the meta object for the attribute 'Extra Attributes'.

Returns:
the meta object for the attribute 'Extra Attributes'.
See Also:
FileSubSystem.getExtraAttributes(), getFileSubSystem()

getFileSubSystemFactory

public org.eclipse.emf.ecore.EClass getFileSubSystemFactory()
Returns the meta object for class 'File Sub System Factory'.

Returns:
the meta object for class 'File Sub System Factory'.
See Also:
FileSubSystemFactory

getAs400filesubsysFactory

public As400filesubsysFactory getAs400filesubsysFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.

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.