Remote Systems
v6.4.1

com.ibm.etools.systems.universalcmdsubsys.impl
Class UniversalcmdsubsysPackageImpl

java.lang.Object
  extended byEPackageImpl
      extended bycom.ibm.etools.systems.universalcmdsubsys.impl.UniversalcmdsubsysPackageImpl
All Implemented Interfaces:
UniversalcmdsubsysPackage

public class UniversalcmdsubsysPackageImpl
extends EPackageImpl
implements UniversalcmdsubsysPackage

An implementation of the model Package.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.systems.universalcmdsubsys.UniversalcmdsubsysPackage
eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, UNIVERSAL_CMD_SUB_SYSTEM, UNIVERSAL_CMD_SUB_SYSTEM__ADDITIONAL_ATTRIBUTES, UNIVERSAL_CMD_SUB_SYSTEM__ENV_VARS, UNIVERSAL_CMD_SUB_SYSTEM__FACTORY_ID, UNIVERSAL_CMD_SUB_SYSTEM__FILTER_POOL_REFERENCE_MANAGER, UNIVERSAL_CMD_SUB_SYSTEM__HIDDEN, UNIVERSAL_CMD_SUB_SYSTEM__IBM_ATTRIBUTES, UNIVERSAL_CMD_SUB_SYSTEM__NAME, UNIVERSAL_CMD_SUB_SYSTEM__PORT, UNIVERSAL_CMD_SUB_SYSTEM__REMOTE_SERVER_LAUNCHER, UNIVERSAL_CMD_SUB_SYSTEM__USE_SSL, UNIVERSAL_CMD_SUB_SYSTEM__USER_ID, UNIVERSAL_CMD_SUB_SYSTEM__VENDOR_ATTRIBUTES, UNIVERSAL_CMD_SUB_SYSTEM_FACTORY, UNIVERSAL_CMD_SUB_SYSTEM_FACTORY__FILTER_POOL_MANAGER_LIST, UNIVERSAL_CMD_SUB_SYSTEM_FACTORY__SUB_SYSTEM_LIST, UNIVERSAL_CMD_SUB_SYSTEM_FACTORY_FEATURE_COUNT, UNIVERSAL_CMD_SUB_SYSTEM_FEATURE_COUNT
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 UniversalcmdsubsysFactory getUniversalcmdsubsysFactory()
           
 EClass getUniversalCmdSubSystem()
           
 EClass getUniversalCmdSubSystemFactory()
           
static UniversalcmdsubsysPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

init

public static UniversalcmdsubsysPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This method drives initialization for interdependent packages directly, in parallel with this package, itself.

Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.

Invocation of this method will not affect any packages that have already been initialized.

See Also:
UniversalcmdsubsysPackage.eNS_URI, createPackageContents(), initializePackageContents()

getUniversalCmdSubSystemFactory

public EClass getUniversalCmdSubSystemFactory()

Specified by:
getUniversalCmdSubSystemFactory in interface UniversalcmdsubsysPackage
Returns:
the meta object for class 'Universal Cmd Sub System Factory'.
See Also:
UniversalCmdSubSystemFactory

getUniversalCmdSubSystem

public EClass getUniversalCmdSubSystem()

Specified by:
getUniversalCmdSubSystem in interface UniversalcmdsubsysPackage
Returns:
the meta object for class 'Universal Cmd Sub System'.
See Also:
UniversalCmdSubSystem

getUniversalcmdsubsysFactory

public UniversalcmdsubsysFactory getUniversalcmdsubsysFactory()

Specified by:
getUniversalcmdsubsysFactory in interface UniversalcmdsubsysPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.


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