org.eclipse.emf.emfstore.internal.server.model
Interface ModelPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ModelPackageImpl

public interface ModelPackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
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 int AUTHENTICATION_INFORMATION
          The meta object id for the ' Authentication Information' class.
static int AUTHENTICATION_INFORMATION__RESOLVED_AC_USER
          The feature id for the 'Resolved AC User' containment reference.
static int AUTHENTICATION_INFORMATION__SESSION_ID
          The feature id for the 'Session Id' containment reference.
static int AUTHENTICATION_INFORMATION_FEATURE_COUNT
          The number of structural features of the 'Authentication Information' class.
static int CLIENT_VERSION_INFO
          The meta object id for the 'Client Version Info' class.
static int CLIENT_VERSION_INFO__NAME
          The feature id for the 'Name' attribute.
static int CLIENT_VERSION_INFO__VERSION
          The feature id for the 'Version' attribute.
static int CLIENT_VERSION_INFO_FEATURE_COUNT
          The number of structural features of the 'Client Version Info' class.
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 FILE_IDENTIFIER
          The meta object id for the 'File Identifier' class.
static int FILE_IDENTIFIER__IDENTIFIER
          The feature id for the 'Identifier' attribute.
static int FILE_IDENTIFIER_FEATURE_COUNT
          The number of structural features of the 'File Identifier' class.
static int PROJECT_HISTORY
          The meta object id for the 'Project History' class.
static int PROJECT_HISTORY__BRANCHES
          The feature id for the 'Branches' containment reference list.
static int PROJECT_HISTORY__PROJECT_DESCRIPTION
          The feature id for the 'Project Description' attribute.
static int PROJECT_HISTORY__PROJECT_ID
          The feature id for the 'Project Id' containment reference.
static int PROJECT_HISTORY__PROJECT_NAME
          The feature id for the 'Project Name' attribute.
static int PROJECT_HISTORY__SHARED_PROPERTIES
          The feature id for the 'Shared Properties' containment reference list.
static int PROJECT_HISTORY__VERSIONS
          The feature id for the 'Versions' containment reference list.
static int PROJECT_HISTORY_FEATURE_COUNT
          The number of structural features of the 'Project History' class.
static int PROJECT_ID
          The meta object id for the ' Project Id' class.
static int PROJECT_ID__ID
          The feature id for the 'Id' attribute.
static int PROJECT_ID_FEATURE_COUNT
          The number of structural features of the 'Project Id' class.
static int PROJECT_INFO
          The meta object id for the ' Project Info' class.
static int PROJECT_INFO__DESCRIPTION
          The feature id for the 'Description' attribute.
static int PROJECT_INFO__NAME
          The feature id for the 'Name' attribute.
static int PROJECT_INFO__PROJECT_ID
          The feature id for the 'Project Id' containment reference.
static int PROJECT_INFO__VERSION
          The feature id for the 'Version' containment reference.
static int PROJECT_INFO_FEATURE_COUNT
          The number of structural features of the 'Project Info' class.
static int SERVER_SPACE
          The meta object id for the ' Server Space' class.
static int SERVER_SPACE__GROUPS
          The feature id for the 'Groups' containment reference list.
static int SERVER_SPACE__OPEN_SESSIONS
          The feature id for the 'Open Sessions' containment reference list.
static int SERVER_SPACE__PROJECTS
          The feature id for the 'Projects' reference list.
static int SERVER_SPACE__USERS
          The feature id for the 'Users' containment reference list.
static int SERVER_SPACE_FEATURE_COUNT
          The number of structural features of the 'Server Space' class.
static int SESSION_ID
          The meta object id for the ' Session Id' class.
static int SESSION_ID__ID
          The feature id for the 'Id' attribute.
static int SESSION_ID_FEATURE_COUNT
          The number of structural features of the 'Session Id' class.
static int VERSION_INFO
          The meta object id for the ' Version Info' class.
static int VERSION_INFO__EMF_STORE_VERSION_STRING
          The feature id for the 'Emf Store Version String' attribute.
static int VERSION_INFO_FEATURE_COUNT
          The number of structural features of the 'Version Info' class.
 
Method Summary
 org.eclipse.emf.ecore.EReference getAuthenticationInformation_ResolvedACUser()
          Returns the meta object for the containment reference ' Resolved AC User'.
 org.eclipse.emf.ecore.EReference getAuthenticationInformation_SessionId()
          Returns the meta object for the containment reference ' Session Id '.
 org.eclipse.emf.ecore.EClass getAuthenticationInformation()
          Returns the meta object for class ' Authentication Information'.
 org.eclipse.emf.ecore.EAttribute getClientVersionInfo_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EAttribute getClientVersionInfo_Version()
          Returns the meta object for the attribute ' Version'.
 org.eclipse.emf.ecore.EClass getClientVersionInfo()
          Returns the meta object for class ' Client Version Info'.
 org.eclipse.emf.ecore.EClass getFileIdentifier()
          Returns the meta object for class 'File Identifier'.
 ModelFactory getModelFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EReference getProjectHistory_Branches()
          Returns the meta object for the containment reference list ' Branches'.
 org.eclipse.emf.ecore.EAttribute getProjectHistory_ProjectDescription()
          Returns the meta object for the attribute ' Project Description'.
 org.eclipse.emf.ecore.EReference getProjectHistory_ProjectId()
          Returns the meta object for the containment reference ' Project Id'.
 org.eclipse.emf.ecore.EAttribute getProjectHistory_ProjectName()
          Returns the meta object for the attribute ' Project Name'.
 org.eclipse.emf.ecore.EReference getProjectHistory_SharedProperties()
          Returns the meta object for the containment reference list ' Shared Properties'.
 org.eclipse.emf.ecore.EReference getProjectHistory_Versions()
          Returns the meta object for the containment reference list ' Versions'.
 org.eclipse.emf.ecore.EClass getProjectHistory()
          Returns the meta object for class 'Project History'.
 org.eclipse.emf.ecore.EClass getProjectId()
          Returns the meta object for class 'Project Id'.
 org.eclipse.emf.ecore.EAttribute getProjectInfo_Description()
          Returns the meta object for the attribute ' Description'.
 org.eclipse.emf.ecore.EAttribute getProjectInfo_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EReference getProjectInfo_ProjectId()
          Returns the meta object for the containment reference ' Project Id'.
 org.eclipse.emf.ecore.EReference getProjectInfo_Version()
          Returns the meta object for the containment reference ' Version'.
 org.eclipse.emf.ecore.EClass getProjectInfo()
          Returns the meta object for class 'Project Info'.
 org.eclipse.emf.ecore.EReference getServerSpace_Groups()
          Returns the meta object for the containment reference list ' Groups'.
 org.eclipse.emf.ecore.EReference getServerSpace_OpenSessions()
          Returns the meta object for the containment reference list ' Open Sessions'.
 org.eclipse.emf.ecore.EReference getServerSpace_Projects()
          Returns the meta object for the reference list ' Projects'.
 org.eclipse.emf.ecore.EReference getServerSpace_Users()
          Returns the meta object for the containment reference list ' Users'.
 org.eclipse.emf.ecore.EClass getServerSpace()
          Returns the meta object for class 'Server Space'.
 org.eclipse.emf.ecore.EClass getSessionId()
          Returns the meta object for class 'Session Id'.
 org.eclipse.emf.ecore.EAttribute getVersionInfo_EmfStoreVersionString()
          Returns the meta object for the attribute ' Emf Store Version String'.
 org.eclipse.emf.ecore.EClass getVersionInfo()
          Returns the meta object for class 'Version Info'.
 
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

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final ModelPackage eINSTANCE
The singleton instance of the package.


PROJECT_HISTORY

static final int PROJECT_HISTORY
The meta object id for the 'Project History' class.

See Also:
ProjectHistoryImpl, ModelPackageImpl.getProjectHistory(), Constant Field Values

PROJECT_HISTORY__PROJECT_ID

static final int PROJECT_HISTORY__PROJECT_ID
The feature id for the 'Project Id' containment reference.

See Also:
Constant Field Values

PROJECT_HISTORY__VERSIONS

static final int PROJECT_HISTORY__VERSIONS
The feature id for the 'Versions' containment reference list.

See Also:
Constant Field Values

PROJECT_HISTORY__PROJECT_NAME

static final int PROJECT_HISTORY__PROJECT_NAME
The feature id for the 'Project Name' attribute.

See Also:
Constant Field Values

PROJECT_HISTORY__PROJECT_DESCRIPTION

static final int PROJECT_HISTORY__PROJECT_DESCRIPTION
The feature id for the 'Project Description' attribute.

See Also:
Constant Field Values

PROJECT_HISTORY__SHARED_PROPERTIES

static final int PROJECT_HISTORY__SHARED_PROPERTIES
The feature id for the 'Shared Properties' containment reference list.

See Also:
Constant Field Values

PROJECT_HISTORY__BRANCHES

static final int PROJECT_HISTORY__BRANCHES
The feature id for the 'Branches' containment reference list.

See Also:
Constant Field Values

PROJECT_HISTORY_FEATURE_COUNT

static final int PROJECT_HISTORY_FEATURE_COUNT
The number of structural features of the 'Project History' class.

See Also:
Constant Field Values

PROJECT_INFO

static final int PROJECT_INFO
The meta object id for the ' Project Info' class.

See Also:
ProjectInfoImpl, ModelPackageImpl.getProjectInfo(), Constant Field Values

PROJECT_INFO__NAME

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

See Also:
Constant Field Values

PROJECT_INFO__DESCRIPTION

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

See Also:
Constant Field Values

PROJECT_INFO__PROJECT_ID

static final int PROJECT_INFO__PROJECT_ID
The feature id for the 'Project Id' containment reference.

See Also:
Constant Field Values

PROJECT_INFO__VERSION

static final int PROJECT_INFO__VERSION
The feature id for the 'Version' containment reference.

See Also:
Constant Field Values

PROJECT_INFO_FEATURE_COUNT

static final int PROJECT_INFO_FEATURE_COUNT
The number of structural features of the 'Project Info' class.

See Also:
Constant Field Values

SESSION_ID

static final int SESSION_ID
The meta object id for the ' Session Id' class.

See Also:
SessionIdImpl, ModelPackageImpl.getSessionId(), Constant Field Values

SESSION_ID__ID

static final int SESSION_ID__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

SESSION_ID_FEATURE_COUNT

static final int SESSION_ID_FEATURE_COUNT
The number of structural features of the 'Session Id' class.

See Also:
Constant Field Values

SERVER_SPACE

static final int SERVER_SPACE
The meta object id for the ' Server Space' class.

See Also:
ServerSpaceImpl, ModelPackageImpl.getServerSpace(), Constant Field Values

SERVER_SPACE__GROUPS

static final int SERVER_SPACE__GROUPS
The feature id for the 'Groups' containment reference list.

See Also:
Constant Field Values

SERVER_SPACE__PROJECTS

static final int SERVER_SPACE__PROJECTS
The feature id for the 'Projects' reference list.

See Also:
Constant Field Values

SERVER_SPACE__OPEN_SESSIONS

static final int SERVER_SPACE__OPEN_SESSIONS
The feature id for the 'Open Sessions' containment reference list.

See Also:
Constant Field Values

SERVER_SPACE__USERS

static final int SERVER_SPACE__USERS
The feature id for the 'Users' containment reference list.

See Also:
Constant Field Values

SERVER_SPACE_FEATURE_COUNT

static final int SERVER_SPACE_FEATURE_COUNT
The number of structural features of the 'Server Space' class.

See Also:
Constant Field Values

PROJECT_ID

static final int PROJECT_ID
The meta object id for the ' Project Id' class.

See Also:
ProjectIdImpl, ModelPackageImpl.getProjectId(), Constant Field Values

PROJECT_ID__ID

static final int PROJECT_ID__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

PROJECT_ID_FEATURE_COUNT

static final int PROJECT_ID_FEATURE_COUNT
The number of structural features of the 'Project Id' class.

See Also:
Constant Field Values

VERSION_INFO

static final int VERSION_INFO
The meta object id for the ' Version Info' class.

See Also:
VersionInfoImpl, ModelPackageImpl.getVersionInfo(), Constant Field Values

VERSION_INFO__EMF_STORE_VERSION_STRING

static final int VERSION_INFO__EMF_STORE_VERSION_STRING
The feature id for the 'Emf Store Version String' attribute.

See Also:
Constant Field Values

VERSION_INFO_FEATURE_COUNT

static final int VERSION_INFO_FEATURE_COUNT
The number of structural features of the 'Version Info' class.

See Also:
Constant Field Values

CLIENT_VERSION_INFO

static final int CLIENT_VERSION_INFO
The meta object id for the 'Client Version Info' class.

See Also:
ClientVersionInfoImpl, ModelPackageImpl.getClientVersionInfo(), Constant Field Values

CLIENT_VERSION_INFO__VERSION

static final int CLIENT_VERSION_INFO__VERSION
The feature id for the 'Version' attribute.

See Also:
Constant Field Values

CLIENT_VERSION_INFO__NAME

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

See Also:
Constant Field Values

CLIENT_VERSION_INFO_FEATURE_COUNT

static final int CLIENT_VERSION_INFO_FEATURE_COUNT
The number of structural features of the 'Client Version Info' class.

See Also:
Constant Field Values

FILE_IDENTIFIER

static final int FILE_IDENTIFIER
The meta object id for the 'File Identifier' class.

See Also:
FileIdentifierImpl, ModelPackageImpl.getFileIdentifier(), Constant Field Values

FILE_IDENTIFIER__IDENTIFIER

static final int FILE_IDENTIFIER__IDENTIFIER
The feature id for the 'Identifier' attribute.

See Also:
Constant Field Values

FILE_IDENTIFIER_FEATURE_COUNT

static final int FILE_IDENTIFIER_FEATURE_COUNT
The number of structural features of the 'File Identifier' class.

See Also:
Constant Field Values

AUTHENTICATION_INFORMATION

static final int AUTHENTICATION_INFORMATION
The meta object id for the ' Authentication Information' class.

See Also:
AuthenticationInformationImpl, ModelPackageImpl.getAuthenticationInformation(), Constant Field Values

AUTHENTICATION_INFORMATION__SESSION_ID

static final int AUTHENTICATION_INFORMATION__SESSION_ID
The feature id for the 'Session Id' containment reference.

See Also:
Constant Field Values

AUTHENTICATION_INFORMATION__RESOLVED_AC_USER

static final int AUTHENTICATION_INFORMATION__RESOLVED_AC_USER
The feature id for the 'Resolved AC User' containment reference.

See Also:
Constant Field Values

AUTHENTICATION_INFORMATION_FEATURE_COUNT

static final int AUTHENTICATION_INFORMATION_FEATURE_COUNT
The number of structural features of the 'Authentication Information' class.

See Also:
Constant Field Values
Method Detail

getProjectHistory

org.eclipse.emf.ecore.EClass getProjectHistory()
Returns the meta object for class 'Project History'.

Returns:
the meta object for class 'Project History'.
See Also:
ProjectHistory

getProjectHistory_ProjectId

org.eclipse.emf.ecore.EReference getProjectHistory_ProjectId()
Returns the meta object for the containment reference ' Project Id'.

Returns:
the meta object for the containment reference 'Project Id'.
See Also:
ProjectHistory.getProjectId(), getProjectHistory()

getProjectHistory_Versions

org.eclipse.emf.ecore.EReference getProjectHistory_Versions()
Returns the meta object for the containment reference list ' Versions'.

Returns:
the meta object for the containment reference list 'Versions'.
See Also:
ProjectHistory.getVersions(), getProjectHistory()

getProjectHistory_ProjectName

org.eclipse.emf.ecore.EAttribute getProjectHistory_ProjectName()
Returns the meta object for the attribute ' Project Name'.

Returns:
the meta object for the attribute 'Project Name'.
See Also:
ProjectHistory.getProjectName(), getProjectHistory()

getProjectHistory_ProjectDescription

org.eclipse.emf.ecore.EAttribute getProjectHistory_ProjectDescription()
Returns the meta object for the attribute ' Project Description'.

Returns:
the meta object for the attribute 'Project Description'.
See Also:
ProjectHistory.getProjectDescription(), getProjectHistory()

getProjectHistory_SharedProperties

org.eclipse.emf.ecore.EReference getProjectHistory_SharedProperties()
Returns the meta object for the containment reference list ' Shared Properties'.

Returns:
the meta object for the containment reference list ' Shared Properties'.
See Also:
ProjectHistory.getSharedProperties(), getProjectHistory()

getProjectHistory_Branches

org.eclipse.emf.ecore.EReference getProjectHistory_Branches()
Returns the meta object for the containment reference list ' Branches'.

Returns:
the meta object for the containment reference list 'Branches'.
See Also:
ProjectHistory.getBranches(), getProjectHistory()

getProjectInfo

org.eclipse.emf.ecore.EClass getProjectInfo()
Returns the meta object for class 'Project Info'.

Returns:
the meta object for class 'Project Info'.
See Also:
ProjectInfo

getProjectInfo_Name

org.eclipse.emf.ecore.EAttribute getProjectInfo_Name()
Returns the meta object for the attribute ' Name'.

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

getProjectInfo_Description

org.eclipse.emf.ecore.EAttribute getProjectInfo_Description()
Returns the meta object for the attribute ' Description'.

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

getProjectInfo_ProjectId

org.eclipse.emf.ecore.EReference getProjectInfo_ProjectId()
Returns the meta object for the containment reference ' Project Id'.

Returns:
the meta object for the containment reference 'Project Id'.
See Also:
ProjectInfo.getProjectId(), getProjectInfo()

getProjectInfo_Version

org.eclipse.emf.ecore.EReference getProjectInfo_Version()
Returns the meta object for the containment reference ' Version'.

Returns:
the meta object for the containment reference 'Version'.
See Also:
ProjectInfo.getVersion(), getProjectInfo()

getSessionId

org.eclipse.emf.ecore.EClass getSessionId()
Returns the meta object for class 'Session Id'.

Returns:
the meta object for class 'Session Id'.
See Also:
SessionId

getServerSpace

org.eclipse.emf.ecore.EClass getServerSpace()
Returns the meta object for class 'Server Space'.

Returns:
the meta object for class 'Server Space'.
See Also:
ServerSpace

getServerSpace_Groups

org.eclipse.emf.ecore.EReference getServerSpace_Groups()
Returns the meta object for the containment reference list ' Groups'.

Returns:
the meta object for the containment reference list 'Groups'.
See Also:
ServerSpace.getGroups(), getServerSpace()

getServerSpace_Projects

org.eclipse.emf.ecore.EReference getServerSpace_Projects()
Returns the meta object for the reference list ' Projects'.

Returns:
the meta object for the reference list 'Projects'.
See Also:
ServerSpace.getProjects(), getServerSpace()

getServerSpace_OpenSessions

org.eclipse.emf.ecore.EReference getServerSpace_OpenSessions()
Returns the meta object for the containment reference list ' Open Sessions'.

Returns:
the meta object for the containment reference list 'Open Sessions'.
See Also:
ServerSpace.getOpenSessions(), getServerSpace()

getServerSpace_Users

org.eclipse.emf.ecore.EReference getServerSpace_Users()
Returns the meta object for the containment reference list ' Users'.

Returns:
the meta object for the containment reference list 'Users'.
See Also:
ServerSpace.getUsers(), getServerSpace()

getProjectId

org.eclipse.emf.ecore.EClass getProjectId()
Returns the meta object for class 'Project Id'.

Returns:
the meta object for class 'Project Id'.
See Also:
ProjectId

getVersionInfo

org.eclipse.emf.ecore.EClass getVersionInfo()
Returns the meta object for class 'Version Info'.

Returns:
the meta object for class 'Version Info'.
See Also:
VersionInfo

getVersionInfo_EmfStoreVersionString

org.eclipse.emf.ecore.EAttribute getVersionInfo_EmfStoreVersionString()
Returns the meta object for the attribute ' Emf Store Version String'.

Returns:
the meta object for the attribute 'Emf Store Version String'.
See Also:
VersionInfo.getEmfStoreVersionString(), getVersionInfo()

getClientVersionInfo

org.eclipse.emf.ecore.EClass getClientVersionInfo()
Returns the meta object for class ' Client Version Info'.

Returns:
the meta object for class 'Client Version Info'.
See Also:
ClientVersionInfo

getClientVersionInfo_Version

org.eclipse.emf.ecore.EAttribute getClientVersionInfo_Version()
Returns the meta object for the attribute ' Version'.

Returns:
the meta object for the attribute 'Version'.
See Also:
ClientVersionInfo.getVersion(), getClientVersionInfo()

getClientVersionInfo_Name

org.eclipse.emf.ecore.EAttribute getClientVersionInfo_Name()
Returns the meta object for the attribute ' Name'.

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

getFileIdentifier

org.eclipse.emf.ecore.EClass getFileIdentifier()
Returns the meta object for class 'File Identifier'.

Returns:
the meta object for class 'File Identifier'.
See Also:
FileIdentifier

getAuthenticationInformation

org.eclipse.emf.ecore.EClass getAuthenticationInformation()
Returns the meta object for class ' Authentication Information'.

Returns:
the meta object for class 'Authentication Information'.
See Also:
AuthenticationInformation

getAuthenticationInformation_SessionId

org.eclipse.emf.ecore.EReference getAuthenticationInformation_SessionId()
Returns the meta object for the containment reference ' Session Id '.

Returns:
the meta object for the containment reference 'Session Id'.
See Also:
AuthenticationInformation.getSessionId(), getAuthenticationInformation()

getAuthenticationInformation_ResolvedACUser

org.eclipse.emf.ecore.EReference getAuthenticationInformation_ResolvedACUser()
Returns the meta object for the containment reference ' Resolved AC User'.

Returns:
the meta object for the containment reference ' Resolved AC User'.
See Also:
AuthenticationInformation.getResolvedACUser(), getAuthenticationInformation()

getModelFactory

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

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


Copyright © 2015. All Rights Reserved.