|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ModelPackage
The Package for the model. It contains accessors for the meta objects to represent
ModelFactory| Nested Class Summary | |
|---|---|
static interface |
ModelPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
|---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
| Field Summary | |
|---|---|
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 |
PENDING_FILE_TRANSFER
The meta object id for the ' Pending File Transfer' class. |
static int |
PENDING_FILE_TRANSFER__ATTACHMENT_ID
The feature id for the 'Attachment Id' containment reference. |
static int |
PENDING_FILE_TRANSFER__CHUNK_NUMBER
The feature id for the 'Chunk Number' attribute. |
static int |
PENDING_FILE_TRANSFER__FILE_NAME
The feature id for the 'File Name' attribute. |
static int |
PENDING_FILE_TRANSFER__FILE_VERSION
The feature id for the 'File Version' attribute. |
static int |
PENDING_FILE_TRANSFER__PRELIMINARY_FILE_NAME
The feature id for the 'Preliminary File Name' attribute. |
static int |
PENDING_FILE_TRANSFER__UPLOAD
The feature id for the 'Upload' attribute. |
static int |
PENDING_FILE_TRANSFER_FEATURE_COUNT
The number of structural features of the 'Pending File Transfer' class. |
static int |
PROJECT_SPACE
The meta object id for the ' Project Space' class. |
static int |
PROJECT_SPACE__BASE_VERSION
The feature id for the 'Base Version' containment reference. |
static int |
PROJECT_SPACE__CHANGED_SHARED_PROPERTIES
The feature id for the 'Changed Shared Properties' reference list. |
static int |
PROJECT_SPACE__DIRTY
The feature id for the 'Dirty' attribute. |
static int |
PROJECT_SPACE__IDENTIFIER
The feature id for the 'Identifier' attribute. |
static int |
PROJECT_SPACE__LAST_UPDATED
The feature id for the 'Last Updated' attribute. |
static int |
PROJECT_SPACE__LOCAL_CHANGE_PACKAGE
The feature id for the 'Local Change Package' containment reference. |
static int |
PROJECT_SPACE__MERGED_VERSION
The feature id for the 'Merged Version' containment reference. |
static int |
PROJECT_SPACE__OLD_LOG_MESSAGES
The feature id for the 'Old Log Messages' attribute list. |
static int |
PROJECT_SPACE__PROJECT
The feature id for the 'Project' containment reference. |
static int |
PROJECT_SPACE__PROJECT_DESCRIPTION
The feature id for the 'Project Description' attribute. |
static int |
PROJECT_SPACE__PROJECT_ID
The feature id for the 'Project Id' containment reference. |
static int |
PROJECT_SPACE__PROJECT_NAME
The feature id for the 'Project Name' attribute. |
static int |
PROJECT_SPACE__PROPERTIES
The feature id for the 'Properties' containment reference list. |
static int |
PROJECT_SPACE__RESOURCE_COUNT
The feature id for the 'Resource Count' attribute. |
static int |
PROJECT_SPACE__USERSESSION
The feature id for the 'Usersession' reference. |
static int |
PROJECT_SPACE__WAITING_UPLOADS
The feature id for the 'Waiting Uploads' containment reference list. |
static int |
PROJECT_SPACE__WORKSPACE
The feature id for the 'Workspace' container reference. |
static int |
PROJECT_SPACE_FEATURE_COUNT
The number of structural features of the 'Project Space' class. |
static int |
SERVER_INFO
The meta object id for the ' Server Info' class. |
static int |
SERVER_INFO__CERTIFICATE_ALIAS
The feature id for the 'Certificate Alias' attribute. |
static int |
SERVER_INFO__LAST_USERSESSION
The feature id for the 'Last Usersession' reference. |
static int |
SERVER_INFO__NAME
The feature id for the 'Name' attribute. |
static int |
SERVER_INFO__PORT
The feature id for the 'Port' attribute. |
static int |
SERVER_INFO__PROJECT_INFOS
The feature id for the 'Project Infos' containment reference list. |
static int |
SERVER_INFO__URL
The feature id for the 'Url' attribute. |
static int |
SERVER_INFO_FEATURE_COUNT
The number of structural features of the 'Server Info' class. |
static int |
USERSESSION
The meta object id for the ' Usersession' class. |
static int |
USERSESSION__AC_USER
The feature id for the 'AC User' containment reference. |
static int |
USERSESSION__CHANGED_PROPERTIES
The feature id for the 'Changed Properties' containment reference list. |
static int |
USERSESSION__PASSWORD
The feature id for the 'Password' attribute. |
static int |
USERSESSION__PERSISTENT_PASSWORD
The feature id for the 'Persistent Password' attribute. |
static int |
USERSESSION__SAVE_PASSWORD
The feature id for the 'Save Password' attribute. |
static int |
USERSESSION__SERVER_INFO
The feature id for the 'Server Info' reference. |
static int |
USERSESSION__SESSION_ID
The feature id for the 'Session Id' reference. |
static int |
USERSESSION__USERNAME
The feature id for the 'Username' attribute. |
static int |
USERSESSION_FEATURE_COUNT
The number of structural features of the 'Usersession' class. |
static int |
WORKSPACE
The meta object id for the ' Workspace' class. |
static int |
WORKSPACE__PROJECT_SPACES
The feature id for the 'Project Spaces' containment reference list. |
static int |
WORKSPACE__SERVER_INFOS
The feature id for the 'Server Infos' containment reference list. |
static int |
WORKSPACE__USERSESSIONS
The feature id for the 'Usersessions' containment reference list. |
static int |
WORKSPACE_FEATURE_COUNT
The number of structural features of the 'Workspace' class. |
| Method Summary | |
|---|---|
ModelFactory |
getModelFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EReference |
getPendingFileTransfer_AttachmentId()
Returns the meta object for the containment reference ' Attachment Id
'. |
org.eclipse.emf.ecore.EAttribute |
getPendingFileTransfer_ChunkNumber()
Returns the meta object for the attribute ' Chunk Number'. |
org.eclipse.emf.ecore.EAttribute |
getPendingFileTransfer_FileName()
Returns the meta object for the attribute ' File Name'. |
org.eclipse.emf.ecore.EAttribute |
getPendingFileTransfer_FileVersion()
Returns the meta object for the attribute ' File Version'. |
org.eclipse.emf.ecore.EAttribute |
getPendingFileTransfer_PreliminaryFileName()
Returns the meta object for the attribute ' Preliminary File Name'. |
org.eclipse.emf.ecore.EAttribute |
getPendingFileTransfer_Upload()
Returns the meta object for the attribute ' Upload'. |
org.eclipse.emf.ecore.EClass |
getPendingFileTransfer()
Returns the meta object for class ' Pending File Transfer'. |
org.eclipse.emf.ecore.EReference |
getProjectSpace_BaseVersion()
Returns the meta object for the containment reference ' Base Version'. |
org.eclipse.emf.ecore.EReference |
getProjectSpace_ChangedSharedProperties()
Returns the meta object for the reference list ' Changed Shared Properties'. |
org.eclipse.emf.ecore.EAttribute |
getProjectSpace_Dirty()
Returns the meta object for the attribute ' Dirty'. |
org.eclipse.emf.ecore.EAttribute |
getProjectSpace_LastUpdated()
Returns the meta object for the attribute ' Last Updated'. |
org.eclipse.emf.ecore.EReference |
getProjectSpace_LocalChangePackage()
Returns the meta object for the containment reference ' Local Change Package'. |
org.eclipse.emf.ecore.EReference |
getProjectSpace_MergedVersion()
Returns the meta object for the containment reference ' Merged Version'. |
org.eclipse.emf.ecore.EAttribute |
getProjectSpace_OldLogMessages()
Returns the meta object for the attribute list ' Old Log Messages'. |
org.eclipse.emf.ecore.EReference |
getProjectSpace_Project()
Returns the meta object for the containment reference ' Project'. |
org.eclipse.emf.ecore.EAttribute |
getProjectSpace_ProjectDescription()
Returns the meta object for the attribute ' Project Description'. |
org.eclipse.emf.ecore.EReference |
getProjectSpace_ProjectId()
Returns the meta object for the containment reference ' Project Id'. |
org.eclipse.emf.ecore.EAttribute |
getProjectSpace_ProjectName()
Returns the meta object for the attribute ' Project Name'. |
org.eclipse.emf.ecore.EReference |
getProjectSpace_Properties()
Returns the meta object for the containment reference list ' Properties'. |
org.eclipse.emf.ecore.EAttribute |
getProjectSpace_ResourceCount()
Returns the meta object for the attribute ' Resource Count'. |
org.eclipse.emf.ecore.EReference |
getProjectSpace_Usersession()
Returns the meta object for the reference ' Usersession'. |
org.eclipse.emf.ecore.EReference |
getProjectSpace_WaitingUploads()
Returns the meta object for the containment reference list ' Waiting Uploads'. |
org.eclipse.emf.ecore.EReference |
getProjectSpace_Workspace()
Returns the meta object for the container reference ' Workspace'. |
org.eclipse.emf.ecore.EClass |
getProjectSpace()
Returns the meta object for class ' Project Space'. |
org.eclipse.emf.ecore.EAttribute |
getServerInfo_CertificateAlias()
Returns the meta object for the attribute ' Certificate Alias
'. |
org.eclipse.emf.ecore.EReference |
getServerInfo_LastUsersession()
Returns the meta object for the reference ' Last Usersession'. |
org.eclipse.emf.ecore.EAttribute |
getServerInfo_Name()
Returns the meta object for the attribute ' Name'. |
org.eclipse.emf.ecore.EAttribute |
getServerInfo_Port()
Returns the meta object for the attribute ' Port'. |
org.eclipse.emf.ecore.EReference |
getServerInfo_ProjectInfos()
Returns the meta object for the containment reference list ' Project Infos'. |
org.eclipse.emf.ecore.EAttribute |
getServerInfo_Url()
Returns the meta object for the attribute ' Url'. |
org.eclipse.emf.ecore.EClass |
getServerInfo()
Returns the meta object for class ' Server Info'. |
org.eclipse.emf.ecore.EReference |
getUsersession_ACUser()
Returns the meta object for the containment reference ' AC User'. |
org.eclipse.emf.ecore.EReference |
getUsersession_ChangedProperties()
Returns the meta object for the containment reference list ' Changed Properties'. |
org.eclipse.emf.ecore.EAttribute |
getUsersession_Password()
Returns the meta object for the attribute ' Password'. |
org.eclipse.emf.ecore.EAttribute |
getUsersession_PersistentPassword()
Returns the meta object for the attribute ' Persistent Password'. |
org.eclipse.emf.ecore.EAttribute |
getUsersession_SavePassword()
Returns the meta object for the attribute ' Save Password'. |
org.eclipse.emf.ecore.EReference |
getUsersession_ServerInfo()
Returns the meta object for the reference ' Server Info'. |
org.eclipse.emf.ecore.EReference |
getUsersession_SessionId()
Returns the meta object for the reference ' Session Id'. |
org.eclipse.emf.ecore.EAttribute |
getUsersession_Username()
Returns the meta object for the attribute ' Username'. |
org.eclipse.emf.ecore.EClass |
getUsersession()
Returns the meta object for class ' Usersession'. |
org.eclipse.emf.ecore.EReference |
getWorkspace_ProjectSpaces()
Returns the meta object for the containment reference list ' Project Spaces'. |
org.eclipse.emf.ecore.EReference |
getWorkspace_ServerInfos()
Returns the meta object for the containment reference list ' Server Infos'. |
org.eclipse.emf.ecore.EReference |
getWorkspace_Usersessions()
Returns the meta object for the containment reference list ' Usersessions'. |
org.eclipse.emf.ecore.EClass |
getWorkspace()
Returns the meta object for class ' Workspace'. |
| 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final ModelPackage eINSTANCE
static final int WORKSPACE
Workspace' class.
WorkspaceImpl,
ModelPackageImpl.getWorkspace(),
Constant Field Valuesstatic final int WORKSPACE__PROJECT_SPACES
static final int WORKSPACE__SERVER_INFOS
static final int WORKSPACE__USERSESSIONS
static final int WORKSPACE_FEATURE_COUNT
static final int SERVER_INFO
Server Info' class.
ServerInfoImpl,
ModelPackageImpl.getServerInfo(),
Constant Field Valuesstatic final int SERVER_INFO__NAME
static final int SERVER_INFO__URL
static final int SERVER_INFO__PORT
static final int SERVER_INFO__PROJECT_INFOS
static final int SERVER_INFO__LAST_USERSESSION
static final int SERVER_INFO__CERTIFICATE_ALIAS
static final int SERVER_INFO_FEATURE_COUNT
static final int USERSESSION
Usersession' class.
UsersessionImpl,
ModelPackageImpl.getUsersession(),
Constant Field Valuesstatic final int USERSESSION__USERNAME
static final int USERSESSION__PASSWORD
static final int USERSESSION__SESSION_ID
static final int USERSESSION__PERSISTENT_PASSWORD
static final int USERSESSION__SERVER_INFO
static final int USERSESSION__SAVE_PASSWORD
static final int USERSESSION__AC_USER
static final int USERSESSION__CHANGED_PROPERTIES
static final int USERSESSION_FEATURE_COUNT
static final int PROJECT_SPACE
Project Space' class.
ProjectSpaceImpl,
ModelPackageImpl.getProjectSpace(),
Constant Field Valuesstatic final int PROJECT_SPACE__IDENTIFIER
static final int PROJECT_SPACE__PROJECT
static final int PROJECT_SPACE__PROJECT_ID
static final int PROJECT_SPACE__PROJECT_NAME
static final int PROJECT_SPACE__PROJECT_DESCRIPTION
static final int PROJECT_SPACE__USERSESSION
static final int PROJECT_SPACE__LAST_UPDATED
static final int PROJECT_SPACE__BASE_VERSION
static final int PROJECT_SPACE__RESOURCE_COUNT
static final int PROJECT_SPACE__DIRTY
static final int PROJECT_SPACE__OLD_LOG_MESSAGES
static final int PROJECT_SPACE__WAITING_UPLOADS
static final int PROJECT_SPACE__PROPERTIES
static final int PROJECT_SPACE__CHANGED_SHARED_PROPERTIES
static final int PROJECT_SPACE__WORKSPACE
static final int PROJECT_SPACE__LOCAL_CHANGE_PACKAGE
static final int PROJECT_SPACE__MERGED_VERSION
static final int PROJECT_SPACE_FEATURE_COUNT
static final int PENDING_FILE_TRANSFER
Pending File Transfer' class.
PendingFileTransferImpl,
ModelPackageImpl.getPendingFileTransfer(),
Constant Field Valuesstatic final int PENDING_FILE_TRANSFER__ATTACHMENT_ID
static final int PENDING_FILE_TRANSFER__FILE_VERSION
static final int PENDING_FILE_TRANSFER__CHUNK_NUMBER
static final int PENDING_FILE_TRANSFER__UPLOAD
static final int PENDING_FILE_TRANSFER__FILE_NAME
static final int PENDING_FILE_TRANSFER__PRELIMINARY_FILE_NAME
static final int PENDING_FILE_TRANSFER_FEATURE_COUNT
| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getWorkspace()
Workspace'.
Workspaceorg.eclipse.emf.ecore.EReference getWorkspace_ProjectSpaces()
Project Spaces'.
Workspace.getProjectSpaces(),
getWorkspace()org.eclipse.emf.ecore.EReference getWorkspace_ServerInfos()
Server Infos'.
Workspace.getServerInfos(),
getWorkspace()org.eclipse.emf.ecore.EReference getWorkspace_Usersessions()
Usersessions'.
Workspace.getUsersessions(),
getWorkspace()org.eclipse.emf.ecore.EClass getServerInfo()
Server Info'.
ServerInfoorg.eclipse.emf.ecore.EAttribute getServerInfo_Name()
Name'.
ServerInfo.getName(),
getServerInfo()org.eclipse.emf.ecore.EAttribute getServerInfo_Url()
Url'.
ServerInfo.getUrl(),
getServerInfo()org.eclipse.emf.ecore.EAttribute getServerInfo_Port()
Port'.
ServerInfo.getPort(),
getServerInfo()org.eclipse.emf.ecore.EReference getServerInfo_ProjectInfos()
Project Infos'.
ServerInfo.getProjectInfos(),
getServerInfo()org.eclipse.emf.ecore.EReference getServerInfo_LastUsersession()
Last Usersession'.
ServerInfo.getLastUsersession(),
getServerInfo()org.eclipse.emf.ecore.EAttribute getServerInfo_CertificateAlias()
Certificate Alias
'.
ServerInfo.getCertificateAlias(),
getServerInfo()org.eclipse.emf.ecore.EClass getUsersession()
Usersession'.
Usersessionorg.eclipse.emf.ecore.EAttribute getUsersession_Username()
Username'.
Usersession.getUsername(),
getUsersession()org.eclipse.emf.ecore.EAttribute getUsersession_Password()
Password'.
Usersession.getPassword(),
getUsersession()org.eclipse.emf.ecore.EReference getUsersession_SessionId()
Session Id'.
Usersession.getSessionId(),
getUsersession()org.eclipse.emf.ecore.EAttribute getUsersession_PersistentPassword()
Persistent Password'.
Usersession.getPersistentPassword(),
getUsersession()org.eclipse.emf.ecore.EReference getUsersession_ServerInfo()
Server Info'.
Usersession.getServerInfo(),
getUsersession()org.eclipse.emf.ecore.EAttribute getUsersession_SavePassword()
Save Password'.
Usersession.isSavePassword(),
getUsersession()org.eclipse.emf.ecore.EReference getUsersession_ACUser()
AC User'.
Usersession.getACUser(),
getUsersession()org.eclipse.emf.ecore.EReference getUsersession_ChangedProperties()
Changed Properties'.
Usersession.getChangedProperties(),
getUsersession()org.eclipse.emf.ecore.EClass getProjectSpace()
Project Space'.
ProjectSpaceorg.eclipse.emf.ecore.EReference getProjectSpace_Project()
Project'.
ProjectSpace.getProject(),
getProjectSpace()org.eclipse.emf.ecore.EReference getProjectSpace_ProjectId()
Project Id'.
ProjectSpace.getProjectId(),
getProjectSpace()org.eclipse.emf.ecore.EAttribute getProjectSpace_ProjectName()
Project Name'.
ProjectSpace.getProjectName(),
getProjectSpace()org.eclipse.emf.ecore.EAttribute getProjectSpace_ProjectDescription()
Project Description'.
ProjectSpace.getProjectDescription(),
getProjectSpace()org.eclipse.emf.ecore.EReference getProjectSpace_Usersession()
Usersession'.
ProjectSpace.getUsersession(),
getProjectSpace()org.eclipse.emf.ecore.EAttribute getProjectSpace_LastUpdated()
Last Updated'.
ProjectSpace.getLastUpdated(),
getProjectSpace()org.eclipse.emf.ecore.EReference getProjectSpace_BaseVersion()
Base Version'.
ProjectSpace.getBaseVersion(),
getProjectSpace()org.eclipse.emf.ecore.EAttribute getProjectSpace_ResourceCount()
Resource Count'.
ProjectSpace.getResourceCount(),
getProjectSpace()org.eclipse.emf.ecore.EAttribute getProjectSpace_Dirty()
Dirty'.
ProjectSpace.isDirty(),
getProjectSpace()org.eclipse.emf.ecore.EAttribute getProjectSpace_OldLogMessages()
Old Log Messages'.
ProjectSpace.getOldLogMessages(),
getProjectSpace()org.eclipse.emf.ecore.EReference getProjectSpace_WaitingUploads()
Waiting Uploads'.
ProjectSpace.getWaitingUploads(),
getProjectSpace()org.eclipse.emf.ecore.EReference getProjectSpace_Properties()
Properties'.
ProjectSpace.getProperties(),
getProjectSpace()org.eclipse.emf.ecore.EReference getProjectSpace_ChangedSharedProperties()
Changed Shared Properties'.
ProjectSpace.getChangedSharedProperties(),
getProjectSpace()org.eclipse.emf.ecore.EReference getProjectSpace_Workspace()
Workspace'.
ProjectSpace.getWorkspace(),
getProjectSpace()org.eclipse.emf.ecore.EReference getProjectSpace_LocalChangePackage()
Local Change Package'.
ProjectSpace.getLocalChangePackage(),
getProjectSpace()org.eclipse.emf.ecore.EReference getProjectSpace_MergedVersion()
Merged Version'.
ProjectSpace.getMergedVersion(),
getProjectSpace()org.eclipse.emf.ecore.EClass getPendingFileTransfer()
Pending File Transfer'.
PendingFileTransferorg.eclipse.emf.ecore.EReference getPendingFileTransfer_AttachmentId()
Attachment Id
'.
PendingFileTransfer.getAttachmentId(),
getPendingFileTransfer()org.eclipse.emf.ecore.EAttribute getPendingFileTransfer_FileVersion()
File Version'.
PendingFileTransfer.getFileVersion(),
getPendingFileTransfer()org.eclipse.emf.ecore.EAttribute getPendingFileTransfer_ChunkNumber()
Chunk Number'.
PendingFileTransfer.getChunkNumber(),
getPendingFileTransfer()org.eclipse.emf.ecore.EAttribute getPendingFileTransfer_Upload()
Upload'.
PendingFileTransfer.isUpload(),
getPendingFileTransfer()org.eclipse.emf.ecore.EAttribute getPendingFileTransfer_FileName()
File Name'.
PendingFileTransfer.getFileName(),
getPendingFileTransfer()org.eclipse.emf.ecore.EAttribute getPendingFileTransfer_PreliminaryFileName()
Preliminary File Name'.
PendingFileTransfer.getPreliminaryFileName(),
getPendingFileTransfer()ModelFactory getModelFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||