public interface UrlPackage
extends org.eclipse.emf.ecore.EPackage
UrlFactory| Modifier and Type | Interface and Description |
|---|---|
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
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final UrlPackage eINSTANCE
static final int SERVER_URL
Server Url' class. static final int SERVER_URL__HOST_NAME
static final int SERVER_URL__PORT
static final int SERVER_URL_FEATURE_COUNT
static final int PROJECT_URL_FRAGMENT
Project Url Fragment' class.
static final int PROJECT_URL_FRAGMENT__NAME
static final int PROJECT_URL_FRAGMENT__PROJECT_ID
static final int PROJECT_URL_FRAGMENT_FEATURE_COUNT
static final int MODEL_ELEMENT_URL_FRAGMENT
Model Element Url Fragment' class.
static final int MODEL_ELEMENT_URL_FRAGMENT__NAME
static final int MODEL_ELEMENT_URL_FRAGMENT__MODEL_ELEMENT_ID
static final int MODEL_ELEMENT_URL_FRAGMENT_FEATURE_COUNT
static final int MODEL_ELEMENT_URL
Model Element Url' class.
static final int MODEL_ELEMENT_URL__SERVER_URL
static final int MODEL_ELEMENT_URL__PROJECT_URL_FRAGMENT
static final int MODEL_ELEMENT_URL__MODEL_ELEMENT_URL_FRAGMENT
static final int MODEL_ELEMENT_URL_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getServerUrl()
Server Url'.
ServerUrlorg.eclipse.emf.ecore.EAttribute getServerUrl_HostName()
Host Name'.
ServerUrl.getHostName(),
getServerUrl()org.eclipse.emf.ecore.EAttribute getServerUrl_Port()
Port'.
ServerUrl.getPort(),
getServerUrl()org.eclipse.emf.ecore.EClass getProjectUrlFragment()
Project Url Fragment'.
ProjectUrlFragmentorg.eclipse.emf.ecore.EAttribute getProjectUrlFragment_Name()
Name'.
ProjectUrlFragment.getName(),
getProjectUrlFragment()org.eclipse.emf.ecore.EReference getProjectUrlFragment_ProjectId()
Project Id'.
ProjectUrlFragment.getProjectId(),
getProjectUrlFragment()org.eclipse.emf.ecore.EClass getModelElementUrlFragment()
Model Element Url Fragment'.
ModelElementUrlFragmentorg.eclipse.emf.ecore.EAttribute getModelElementUrlFragment_Name()
Name'.
ModelElementUrlFragment.getName(),
getModelElementUrlFragment()org.eclipse.emf.ecore.EReference getModelElementUrlFragment_ModelElementId()
Model Element Id'. ModelElementUrlFragment.getModelElementId(),
getModelElementUrlFragment()org.eclipse.emf.ecore.EClass getModelElementUrl()
Model Element Url'. ModelElementUrlorg.eclipse.emf.ecore.EReference getModelElementUrl_ServerUrl()
Server Url'.
ModelElementUrl.getServerUrl(),
getModelElementUrl()org.eclipse.emf.ecore.EReference getModelElementUrl_ProjectUrlFragment()
Project Url Fragment'.
ModelElementUrl.getProjectUrlFragment(),
getModelElementUrl()org.eclipse.emf.ecore.EReference getModelElementUrl_ModelElementUrlFragment()
Model Element Url Fragment'.
ModelElementUrl.getModelElementUrlFragment(),
getModelElementUrl()UrlFactory getUrlFactory()
Copyright © 2017. All rights reserved.