|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEPackageImpl
com.ibm.etools.systems.model.impl.ModelPackageImpl
An implementation of the model Package.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
void |
createPackageContents()
Creates the meta-model objects for the package. |
ModelFactory |
getModelFactory()
|
EAttribute |
getSystemConnection_AliasName()
|
EAttribute |
getSystemConnection_DefaultUserId()
|
EAttribute |
getSystemConnection_Description()
|
EAttribute |
getSystemConnection_HostName()
|
EAttribute |
getSystemConnection_Offline()
|
EAttribute |
getSystemConnection_Promptable()
|
EAttribute |
getSystemConnection_SystemType()
|
EClass |
getSystemConnection()
|
EReference |
getSystemConnectionPool_Connections()
|
EAttribute |
getSystemConnectionPool_Name()
|
EClass |
getSystemConnectionPool()
|
EAttribute |
getSystemProfile_DefaultPrivate()
|
EAttribute |
getSystemProfile_Name()
|
EClass |
getSystemProfile()
|
EReference |
getSystemProfileManager_Profiles()
|
EClass |
getSystemProfileManager()
|
static ModelPackage |
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 |
public static final String copyright
Method Detail |
public static ModelPackage init()
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.
ModelPackage.eNS_URI
,
createPackageContents()
,
initializePackageContents()
public EClass getSystemConnection()
getSystemConnection
in interface ModelPackage
SystemConnection
public EAttribute getSystemConnection_SystemType()
getSystemConnection_SystemType
in interface ModelPackage
SystemConnection.getSystemType()
,
ModelPackage.getSystemConnection()
public EAttribute getSystemConnection_AliasName()
getSystemConnection_AliasName
in interface ModelPackage
SystemConnection.getAliasName()
,
ModelPackage.getSystemConnection()
public EAttribute getSystemConnection_HostName()
getSystemConnection_HostName
in interface ModelPackage
SystemConnection.getHostName()
,
ModelPackage.getSystemConnection()
public EAttribute getSystemConnection_Description()
getSystemConnection_Description
in interface ModelPackage
SystemConnection.getDescription()
,
ModelPackage.getSystemConnection()
public EAttribute getSystemConnection_DefaultUserId()
getSystemConnection_DefaultUserId
in interface ModelPackage
SystemConnection.getDefaultUserId()
,
ModelPackage.getSystemConnection()
public EAttribute getSystemConnection_Promptable()
getSystemConnection_Promptable
in interface ModelPackage
SystemConnection.isPromptable()
,
ModelPackage.getSystemConnection()
public EAttribute getSystemConnection_Offline()
getSystemConnection_Offline
in interface ModelPackage
SystemConnection.isOffline()
,
ModelPackage.getSystemConnection()
public EClass getSystemConnectionPool()
getSystemConnectionPool
in interface ModelPackage
SystemConnectionPool
public EAttribute getSystemConnectionPool_Name()
getSystemConnectionPool_Name
in interface ModelPackage
SystemConnectionPool.getName()
,
ModelPackage.getSystemConnectionPool()
public EReference getSystemConnectionPool_Connections()
getSystemConnectionPool_Connections
in interface ModelPackage
SystemConnectionPool.getConnections()
,
ModelPackage.getSystemConnectionPool()
public EClass getSystemProfile()
getSystemProfile
in interface ModelPackage
SystemProfile
public EAttribute getSystemProfile_Name()
getSystemProfile_Name
in interface ModelPackage
SystemProfile.getName()
,
ModelPackage.getSystemProfile()
public EAttribute getSystemProfile_DefaultPrivate()
getSystemProfile_DefaultPrivate
in interface ModelPackage
SystemProfile.isDefaultPrivate()
,
ModelPackage.getSystemProfile()
public EClass getSystemProfileManager()
getSystemProfileManager
in interface ModelPackage
SystemProfileManager
public EReference getSystemProfileManager_Profiles()
getSystemProfileManager_Profiles
in interface ModelPackage
SystemProfileManager.getProfiles()
,
ModelPackage.getSystemProfileManager()
public ModelFactory getModelFactory()
getModelFactory
in interface ModelPackage
public void createPackageContents()
public void initializePackageContents()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |