Remote Systems
v6.4.1

com.ibm.etools.systems.model
Interface ModelPackage

All Known Implementing Classes:
ModelPackageImpl

public interface ModelPackage

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

See Also:
ModelFactory

Field Summary
static String copyright
           
static ModelPackage 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 SYSTEM_CONNECTION
          The meta object id for the 'System Connection' class
static int SYSTEM_CONNECTION__ALIAS_NAME
          The feature id for the 'Alias Name' attribute
static int SYSTEM_CONNECTION__DEFAULT_USER_ID
          The feature id for the 'Default User Id' attribute
static int SYSTEM_CONNECTION__DESCRIPTION
          The feature id for the 'Description' attribute
static int SYSTEM_CONNECTION__HOST_NAME
          The feature id for the 'Host Name' attribute
static int SYSTEM_CONNECTION__OFFLINE
          The feature id for the 'Offline' attribute
static int SYSTEM_CONNECTION__PROMPTABLE
          The feature id for the 'Promptable' attribute
static int SYSTEM_CONNECTION__SYSTEM_TYPE
          The feature id for the 'System Type' attribute
static int SYSTEM_CONNECTION_FEATURE_COUNT
          The number of structural features of the the 'System Connection' class
static int SYSTEM_CONNECTION_POOL
          The meta object id for the 'System Connection Pool' class
static int SYSTEM_CONNECTION_POOL__CONNECTIONS
          The feature id for the 'Connections' reference list
static int SYSTEM_CONNECTION_POOL__NAME
          The feature id for the 'Name' attribute
static int SYSTEM_CONNECTION_POOL_FEATURE_COUNT
          The number of structural features of the the 'System Connection Pool' class
static int SYSTEM_PROFILE
          The meta object id for the 'System Profile' class
static int SYSTEM_PROFILE__DEFAULT_PRIVATE
          The feature id for the 'Default Private' attribute
static int SYSTEM_PROFILE__NAME
          The feature id for the 'Name' attribute
static int SYSTEM_PROFILE_FEATURE_COUNT
          The number of structural features of the the 'System Profile' class
static int SYSTEM_PROFILE_MANAGER
          The meta object id for the 'System Profile Manager' class
static int SYSTEM_PROFILE_MANAGER__PROFILES
          The feature id for the 'Profiles' reference list
static int SYSTEM_PROFILE_MANAGER_FEATURE_COUNT
          The number of structural features of the the 'System Profile Manager' class
 
Method Summary
 ModelFactory getModelFactory()
          Returns the factory that creates the instances of the model
 EAttribute getSystemConnection_AliasName()
          Returns the meta object for the attribute 'Alias Name'
 EAttribute getSystemConnection_DefaultUserId()
          Returns the meta object for the attribute 'Default User Id'
 EAttribute getSystemConnection_Description()
          Returns the meta object for the attribute 'Description'
 EAttribute getSystemConnection_HostName()
          Returns the meta object for the attribute 'Host Name'
 EAttribute getSystemConnection_Offline()
          Returns the meta object for the attribute 'Offline'
 EAttribute getSystemConnection_Promptable()
          Returns the meta object for the attribute 'Promptable'
 EAttribute getSystemConnection_SystemType()
          Returns the meta object for the attribute 'System Type'
 EClass getSystemConnection()
          Returns the meta object for class 'System Connection'
 EReference getSystemConnectionPool_Connections()
          Returns the meta object for the reference list 'Connections'
 EAttribute getSystemConnectionPool_Name()
          Returns the meta object for the attribute 'Name'
 EClass getSystemConnectionPool()
          Returns the meta object for class 'System Connection Pool'
 EAttribute getSystemProfile_DefaultPrivate()
          Returns the meta object for the attribute 'Default Private'
 EAttribute getSystemProfile_Name()
          Returns the meta object for the attribute 'Name'
 EClass getSystemProfile()
          Returns the meta object for class 'System Profile'
 EReference getSystemProfileManager_Profiles()
          Returns the meta object for the reference list 'Profiles'
 EClass getSystemProfileManager()
          Returns the meta object for class 'System Profile Manager'
 

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 ModelPackage eINSTANCE
The singleton instance of the package.


SYSTEM_CONNECTION

public static final int SYSTEM_CONNECTION
The meta object id for the 'System Connection' class.

See Also:
SystemConnectionImpl, ModelPackageImpl.getSystemConnection(), Constant Field Values

SYSTEM_CONNECTION__SYSTEM_TYPE

public static final int SYSTEM_CONNECTION__SYSTEM_TYPE
The feature id for the 'System Type' attribute.

See Also:
Constant Field Values

SYSTEM_CONNECTION__ALIAS_NAME

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

See Also:
Constant Field Values

SYSTEM_CONNECTION__HOST_NAME

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

See Also:
Constant Field Values

SYSTEM_CONNECTION__DESCRIPTION

public static final int SYSTEM_CONNECTION__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

SYSTEM_CONNECTION__DEFAULT_USER_ID

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

See Also:
Constant Field Values

SYSTEM_CONNECTION__PROMPTABLE

public static final int SYSTEM_CONNECTION__PROMPTABLE
The feature id for the 'Promptable' attribute.

See Also:
Constant Field Values

SYSTEM_CONNECTION__OFFLINE

public static final int SYSTEM_CONNECTION__OFFLINE
The feature id for the 'Offline' attribute.

See Also:
Constant Field Values

SYSTEM_CONNECTION_FEATURE_COUNT

public static final int SYSTEM_CONNECTION_FEATURE_COUNT
The number of structural features of the the 'System Connection' class.

See Also:
Constant Field Values

SYSTEM_CONNECTION_POOL

public static final int SYSTEM_CONNECTION_POOL
The meta object id for the 'System Connection Pool' class.

See Also:
SystemConnectionPoolImpl, ModelPackageImpl.getSystemConnectionPool(), Constant Field Values

SYSTEM_CONNECTION_POOL__NAME

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

See Also:
Constant Field Values

SYSTEM_CONNECTION_POOL__CONNECTIONS

public static final int SYSTEM_CONNECTION_POOL__CONNECTIONS
The feature id for the 'Connections' reference list.

See Also:
Constant Field Values

SYSTEM_CONNECTION_POOL_FEATURE_COUNT

public static final int SYSTEM_CONNECTION_POOL_FEATURE_COUNT
The number of structural features of the the 'System Connection Pool' class.

See Also:
Constant Field Values

SYSTEM_PROFILE

public static final int SYSTEM_PROFILE
The meta object id for the 'System Profile' class.

See Also:
SystemProfileImpl, ModelPackageImpl.getSystemProfile(), Constant Field Values

SYSTEM_PROFILE__NAME

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

See Also:
Constant Field Values

SYSTEM_PROFILE__DEFAULT_PRIVATE

public static final int SYSTEM_PROFILE__DEFAULT_PRIVATE
The feature id for the 'Default Private' attribute.

See Also:
Constant Field Values

SYSTEM_PROFILE_FEATURE_COUNT

public static final int SYSTEM_PROFILE_FEATURE_COUNT
The number of structural features of the the 'System Profile' class.

See Also:
Constant Field Values

SYSTEM_PROFILE_MANAGER

public static final int SYSTEM_PROFILE_MANAGER
The meta object id for the 'System Profile Manager' class.

See Also:
SystemProfileManagerImpl, ModelPackageImpl.getSystemProfileManager(), Constant Field Values

SYSTEM_PROFILE_MANAGER__PROFILES

public static final int SYSTEM_PROFILE_MANAGER__PROFILES
The feature id for the 'Profiles' reference list.

See Also:
Constant Field Values

SYSTEM_PROFILE_MANAGER_FEATURE_COUNT

public static final int SYSTEM_PROFILE_MANAGER_FEATURE_COUNT
The number of structural features of the the 'System Profile Manager' class.

See Also:
Constant Field Values
Method Detail

getSystemConnection

public EClass getSystemConnection()
Returns the meta object for class 'System Connection'.

Returns:
the meta object for class 'System Connection'.
See Also:
SystemConnection

getSystemConnection_SystemType

public EAttribute getSystemConnection_SystemType()
Returns the meta object for the attribute 'System Type'.

Returns:
the meta object for the attribute 'System Type'.
See Also:
SystemConnection.getSystemType(), getSystemConnection()

getSystemConnection_AliasName

public EAttribute getSystemConnection_AliasName()
Returns the meta object for the attribute 'Alias Name'.

Returns:
the meta object for the attribute 'Alias Name'.
See Also:
SystemConnection.getAliasName(), getSystemConnection()

getSystemConnection_HostName

public EAttribute getSystemConnection_HostName()
Returns the meta object for the attribute 'Host Name'.

Returns:
the meta object for the attribute 'Host Name'.
See Also:
SystemConnection.getHostName(), getSystemConnection()

getSystemConnection_Description

public EAttribute getSystemConnection_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
SystemConnection.getDescription(), getSystemConnection()

getSystemConnection_DefaultUserId

public EAttribute getSystemConnection_DefaultUserId()
Returns the meta object for the attribute 'Default User Id'.

Returns:
the meta object for the attribute 'Default User Id'.
See Also:
SystemConnection.getDefaultUserId(), getSystemConnection()

getSystemConnection_Promptable

public EAttribute getSystemConnection_Promptable()
Returns the meta object for the attribute 'Promptable'.

Returns:
the meta object for the attribute 'Promptable'.
See Also:
SystemConnection.isPromptable(), getSystemConnection()

getSystemConnection_Offline

public EAttribute getSystemConnection_Offline()
Returns the meta object for the attribute 'Offline'.

Returns:
the meta object for the attribute 'Offline'.
See Also:
SystemConnection.isOffline(), getSystemConnection()

getSystemConnectionPool

public EClass getSystemConnectionPool()
Returns the meta object for class 'System Connection Pool'.

Returns:
the meta object for class 'System Connection Pool'.
See Also:
SystemConnectionPool

getSystemConnectionPool_Name

public EAttribute getSystemConnectionPool_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
SystemConnectionPool.getName(), getSystemConnectionPool()

getSystemConnectionPool_Connections

public EReference getSystemConnectionPool_Connections()
Returns the meta object for the reference list 'Connections'.

Returns:
the meta object for the reference list 'Connections'.
See Also:
SystemConnectionPool.getConnections(), getSystemConnectionPool()

getSystemProfile

public EClass getSystemProfile()
Returns the meta object for class 'System Profile'.

Returns:
the meta object for class 'System Profile'.
See Also:
SystemProfile

getSystemProfile_Name

public EAttribute getSystemProfile_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
SystemProfile.getName(), getSystemProfile()

getSystemProfile_DefaultPrivate

public EAttribute getSystemProfile_DefaultPrivate()
Returns the meta object for the attribute 'Default Private'.

Returns:
the meta object for the attribute 'Default Private'.
See Also:
SystemProfile.isDefaultPrivate(), getSystemProfile()

getSystemProfileManager

public EClass getSystemProfileManager()
Returns the meta object for class 'System Profile Manager'.

Returns:
the meta object for class 'System Profile Manager'.
See Also:
SystemProfileManager

getSystemProfileManager_Profiles

public EReference getSystemProfileManager_Profiles()
Returns the meta object for the reference list 'Profiles'.

Returns:
the meta object for the reference list 'Profiles'.
See Also:
SystemProfileManager.getProfiles(), getSystemProfileManager()

getModelFactory

public ModelFactory getModelFactory()
Returns the factory that creates the instances of the model.

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

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.