org.eclipse.emf.emfstore.internal.server.model.url
Interface UrlPackage

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:
UrlPackageImpl

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

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

See Also:
UrlFactory

Nested Class Summary
static interface UrlPackage.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 UrlPackage 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 MODEL_ELEMENT_URL
          The meta object id for the 'Model Element Url' class.
static int MODEL_ELEMENT_URL__MODEL_ELEMENT_URL_FRAGMENT
          The feature id for the 'Model Element Url Fragment' containment reference.
static int MODEL_ELEMENT_URL__PROJECT_URL_FRAGMENT
          The feature id for the 'Project Url Fragment' containment reference.
static int MODEL_ELEMENT_URL__SERVER_URL
          The feature id for the 'Server Url' containment reference.
static int MODEL_ELEMENT_URL_FEATURE_COUNT
          The number of structural features of the 'Model Element Url' class.
static int MODEL_ELEMENT_URL_FRAGMENT
          The meta object id for the ' Model Element Url Fragment' class.
static int MODEL_ELEMENT_URL_FRAGMENT__MODEL_ELEMENT_ID
          The feature id for the 'Model Element Id' containment reference.
static int MODEL_ELEMENT_URL_FRAGMENT__NAME
          The feature id for the 'Name' attribute.
static int MODEL_ELEMENT_URL_FRAGMENT_FEATURE_COUNT
          The number of structural features of the 'Model Element Url Fragment' class.
static int PROJECT_URL_FRAGMENT
          The meta object id for the ' Project Url Fragment' class.
static int PROJECT_URL_FRAGMENT__NAME
          The feature id for the 'Name' attribute.
static int PROJECT_URL_FRAGMENT__PROJECT_ID
          The feature id for the 'Project Id' containment reference.
static int PROJECT_URL_FRAGMENT_FEATURE_COUNT
          The number of structural features of the 'Project Url Fragment' class.
static int SERVER_URL
          The meta object id for the ' Server Url' class.
static int SERVER_URL__HOST_NAME
          The feature id for the 'Host Name' attribute.
static int SERVER_URL__PORT
          The feature id for the 'Port' attribute.
static int SERVER_URL_FEATURE_COUNT
          The number of structural features of the 'Server Url' class.
 
Method Summary
 org.eclipse.emf.ecore.EReference getModelElementUrl_ModelElementUrlFragment()
          Returns the meta object for the containment reference ' Model Element Url Fragment'.
 org.eclipse.emf.ecore.EReference getModelElementUrl_ProjectUrlFragment()
          Returns the meta object for the containment reference ' Project Url Fragment'.
 org.eclipse.emf.ecore.EReference getModelElementUrl_ServerUrl()
          Returns the meta object for the containment reference ' Server Url'.
 org.eclipse.emf.ecore.EClass getModelElementUrl()
          Returns the meta object for class ' Model Element Url'.
 org.eclipse.emf.ecore.EReference getModelElementUrlFragment_ModelElementId()
          Returns the meta object for the containment reference ' Model Element Id'.
 org.eclipse.emf.ecore.EAttribute getModelElementUrlFragment_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EClass getModelElementUrlFragment()
          Returns the meta object for class ' Model Element Url Fragment'.
 org.eclipse.emf.ecore.EAttribute getProjectUrlFragment_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EReference getProjectUrlFragment_ProjectId()
          Returns the meta object for the containment reference ' Project Id'.
 org.eclipse.emf.ecore.EClass getProjectUrlFragment()
          Returns the meta object for class 'Project Url Fragment'.
 org.eclipse.emf.ecore.EAttribute getServerUrl_HostName()
          Returns the meta object for the attribute ' Host Name'.
 org.eclipse.emf.ecore.EAttribute getServerUrl_Port()
          Returns the meta object for the attribute ' Port'.
 org.eclipse.emf.ecore.EClass getServerUrl()
          Returns the meta object for class 'Server Url'.
 UrlFactory getUrlFactory()
          Returns the factory that creates the instances of the model.
 
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 UrlPackage eINSTANCE
The singleton instance of the package.


SERVER_URL

static final int SERVER_URL
The meta object id for the ' Server Url' class.

See Also:
ServerUrlImpl, UrlPackageImpl.getServerUrl(), Constant Field Values

SERVER_URL__HOST_NAME

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

See Also:
Constant Field Values

SERVER_URL__PORT

static final int SERVER_URL__PORT
The feature id for the 'Port' attribute.

See Also:
Constant Field Values

SERVER_URL_FEATURE_COUNT

static final int SERVER_URL_FEATURE_COUNT
The number of structural features of the 'Server Url' class.

See Also:
Constant Field Values

PROJECT_URL_FRAGMENT

static final int PROJECT_URL_FRAGMENT
The meta object id for the ' Project Url Fragment' class.

See Also:
ProjectUrlFragmentImpl, UrlPackageImpl.getProjectUrlFragment(), Constant Field Values

PROJECT_URL_FRAGMENT__NAME

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

See Also:
Constant Field Values

PROJECT_URL_FRAGMENT__PROJECT_ID

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

See Also:
Constant Field Values

PROJECT_URL_FRAGMENT_FEATURE_COUNT

static final int PROJECT_URL_FRAGMENT_FEATURE_COUNT
The number of structural features of the 'Project Url Fragment' class.

See Also:
Constant Field Values

MODEL_ELEMENT_URL_FRAGMENT

static final int MODEL_ELEMENT_URL_FRAGMENT
The meta object id for the ' Model Element Url Fragment' class.

See Also:
ModelElementUrlFragmentImpl, UrlPackageImpl.getModelElementUrlFragment(), Constant Field Values

MODEL_ELEMENT_URL_FRAGMENT__NAME

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

See Also:
Constant Field Values

MODEL_ELEMENT_URL_FRAGMENT__MODEL_ELEMENT_ID

static final int MODEL_ELEMENT_URL_FRAGMENT__MODEL_ELEMENT_ID
The feature id for the 'Model Element Id' containment reference.

See Also:
Constant Field Values

MODEL_ELEMENT_URL_FRAGMENT_FEATURE_COUNT

static final int MODEL_ELEMENT_URL_FRAGMENT_FEATURE_COUNT
The number of structural features of the 'Model Element Url Fragment' class.

See Also:
Constant Field Values

MODEL_ELEMENT_URL

static final int MODEL_ELEMENT_URL
The meta object id for the 'Model Element Url' class.

See Also:
ModelElementUrlImpl, UrlPackageImpl.getModelElementUrl(), Constant Field Values

MODEL_ELEMENT_URL__SERVER_URL

static final int MODEL_ELEMENT_URL__SERVER_URL
The feature id for the 'Server Url' containment reference.

See Also:
Constant Field Values

MODEL_ELEMENT_URL__PROJECT_URL_FRAGMENT

static final int MODEL_ELEMENT_URL__PROJECT_URL_FRAGMENT
The feature id for the 'Project Url Fragment' containment reference.

See Also:
Constant Field Values

MODEL_ELEMENT_URL__MODEL_ELEMENT_URL_FRAGMENT

static final int MODEL_ELEMENT_URL__MODEL_ELEMENT_URL_FRAGMENT
The feature id for the 'Model Element Url Fragment' containment reference.

See Also:
Constant Field Values

MODEL_ELEMENT_URL_FEATURE_COUNT

static final int MODEL_ELEMENT_URL_FEATURE_COUNT
The number of structural features of the 'Model Element Url' class.

See Also:
Constant Field Values
Method Detail

getServerUrl

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

Returns:
the meta object for class 'Server Url'.
See Also:
ServerUrl

getServerUrl_HostName

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

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

getServerUrl_Port

org.eclipse.emf.ecore.EAttribute getServerUrl_Port()
Returns the meta object for the attribute ' Port'.

Returns:
the meta object for the attribute 'Port'.
See Also:
ServerUrl.getPort(), getServerUrl()

getProjectUrlFragment

org.eclipse.emf.ecore.EClass getProjectUrlFragment()
Returns the meta object for class 'Project Url Fragment'.

Returns:
the meta object for class 'Project Url Fragment'.
See Also:
ProjectUrlFragment

getProjectUrlFragment_Name

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

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

getProjectUrlFragment_ProjectId

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

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

getModelElementUrlFragment

org.eclipse.emf.ecore.EClass getModelElementUrlFragment()
Returns the meta object for class ' Model Element Url Fragment'.

Returns:
the meta object for class 'Model Element Url Fragment'.
See Also:
ModelElementUrlFragment

getModelElementUrlFragment_Name

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

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

getModelElementUrlFragment_ModelElementId

org.eclipse.emf.ecore.EReference getModelElementUrlFragment_ModelElementId()
Returns the meta object for the containment reference ' Model Element Id'.

Returns:
the meta object for the containment reference ' Model Element Id'.
See Also:
ModelElementUrlFragment.getModelElementId(), getModelElementUrlFragment()

getModelElementUrl

org.eclipse.emf.ecore.EClass getModelElementUrl()
Returns the meta object for class ' Model Element Url'.

Returns:
the meta object for class 'Model Element Url'.
See Also:
ModelElementUrl

getModelElementUrl_ServerUrl

org.eclipse.emf.ecore.EReference getModelElementUrl_ServerUrl()
Returns the meta object for the containment reference ' Server Url'.

Returns:
the meta object for the containment reference 'Server Url'.
See Also:
ModelElementUrl.getServerUrl(), getModelElementUrl()

getModelElementUrl_ProjectUrlFragment

org.eclipse.emf.ecore.EReference getModelElementUrl_ProjectUrlFragment()
Returns the meta object for the containment reference ' Project Url Fragment'.

Returns:
the meta object for the containment reference 'Project Url Fragment'.
See Also:
ModelElementUrl.getProjectUrlFragment(), getModelElementUrl()

getModelElementUrl_ModelElementUrlFragment

org.eclipse.emf.ecore.EReference getModelElementUrl_ModelElementUrlFragment()
Returns the meta object for the containment reference ' Model Element Url Fragment'.

Returns:
the meta object for the containment reference 'Model Element Url Fragment'.
See Also:
ModelElementUrl.getModelElementUrlFragment(), getModelElementUrl()

getUrlFactory

UrlFactory getUrlFactory()
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.