|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Package for the model. It contains accessors for the meta objects to represent
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 |
public static final String copyright
public static final String eNAME
public static final String eNS_URI
public static final String eNS_PREFIX
public static final ModelPackage eINSTANCE
public static final int SYSTEM_CONNECTION
System Connection
' class.
SystemConnectionImpl
,
ModelPackageImpl.getSystemConnection()
,
Constant Field Valuespublic static final int SYSTEM_CONNECTION__SYSTEM_TYPE
public static final int SYSTEM_CONNECTION__ALIAS_NAME
public static final int SYSTEM_CONNECTION__HOST_NAME
public static final int SYSTEM_CONNECTION__DESCRIPTION
public static final int SYSTEM_CONNECTION__DEFAULT_USER_ID
public static final int SYSTEM_CONNECTION__PROMPTABLE
public static final int SYSTEM_CONNECTION__OFFLINE
public static final int SYSTEM_CONNECTION_FEATURE_COUNT
public static final int SYSTEM_CONNECTION_POOL
System Connection Pool
' class.
SystemConnectionPoolImpl
,
ModelPackageImpl.getSystemConnectionPool()
,
Constant Field Valuespublic static final int SYSTEM_CONNECTION_POOL__NAME
public static final int SYSTEM_CONNECTION_POOL__CONNECTIONS
public static final int SYSTEM_CONNECTION_POOL_FEATURE_COUNT
public static final int SYSTEM_PROFILE
System Profile
' class.
SystemProfileImpl
,
ModelPackageImpl.getSystemProfile()
,
Constant Field Valuespublic static final int SYSTEM_PROFILE__NAME
public static final int SYSTEM_PROFILE__DEFAULT_PRIVATE
public static final int SYSTEM_PROFILE_FEATURE_COUNT
public static final int SYSTEM_PROFILE_MANAGER
System Profile Manager
' class.
SystemProfileManagerImpl
,
ModelPackageImpl.getSystemProfileManager()
,
Constant Field Valuespublic static final int SYSTEM_PROFILE_MANAGER__PROFILES
public static final int SYSTEM_PROFILE_MANAGER_FEATURE_COUNT
Method Detail |
public EClass getSystemConnection()
System Connection
'.
SystemConnection
public EAttribute getSystemConnection_SystemType()
System Type
'.
SystemConnection.getSystemType()
,
getSystemConnection()
public EAttribute getSystemConnection_AliasName()
Alias Name
'.
SystemConnection.getAliasName()
,
getSystemConnection()
public EAttribute getSystemConnection_HostName()
Host Name
'.
SystemConnection.getHostName()
,
getSystemConnection()
public EAttribute getSystemConnection_Description()
Description
'.
SystemConnection.getDescription()
,
getSystemConnection()
public EAttribute getSystemConnection_DefaultUserId()
Default User Id
'.
SystemConnection.getDefaultUserId()
,
getSystemConnection()
public EAttribute getSystemConnection_Promptable()
Promptable
'.
SystemConnection.isPromptable()
,
getSystemConnection()
public EAttribute getSystemConnection_Offline()
Offline
'.
SystemConnection.isOffline()
,
getSystemConnection()
public EClass getSystemConnectionPool()
System Connection Pool
'.
SystemConnectionPool
public EAttribute getSystemConnectionPool_Name()
Name
'.
SystemConnectionPool.getName()
,
getSystemConnectionPool()
public EReference getSystemConnectionPool_Connections()
Connections
'.
SystemConnectionPool.getConnections()
,
getSystemConnectionPool()
public EClass getSystemProfile()
System Profile
'.
SystemProfile
public EAttribute getSystemProfile_Name()
Name
'.
SystemProfile.getName()
,
getSystemProfile()
public EAttribute getSystemProfile_DefaultPrivate()
Default Private
'.
SystemProfile.isDefaultPrivate()
,
getSystemProfile()
public EClass getSystemProfileManager()
System Profile Manager
'.
SystemProfileManager
public EReference getSystemProfileManager_Profiles()
Profiles
'.
SystemProfileManager.getProfiles()
,
getSystemProfileManager()
public ModelFactory getModelFactory()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |