com.ibm.websphere.models.config.rest.service
Interface RestServicePackage

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

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

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

See Also:
RestServiceFactory

Nested Class Summary
static interface RestServicePackage.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 RestServicePackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int WBI_REST_CONFIGURATION
          The meta object id for the 'WBI Rest Configuration' class
static int WBI_REST_CONFIGURATION__REST_ENDPOINTS
          The feature id for the 'Rest Endpoints' containment reference
static int WBI_REST_CONFIGURATION_FEATURE_COUNT
          The number of structural features of the 'WBI Rest Configuration' class
static int WBI_REST_DEPLOYMENT_TARGET
          The meta object id for the 'WBI Rest Deployment Target' class
static int WBI_REST_DEPLOYMENT_TARGET__CONTEXT_ID
          The feature id for the 'Context ID' attribute
static int WBI_REST_DEPLOYMENT_TARGET__WEB_MODULES
          The feature id for the 'Web Modules' containment reference list
static int WBI_REST_DEPLOYMENT_TARGET_FEATURE_COUNT
          The number of structural features of the 'WBI Rest Deployment Target' class
static int WBI_REST_ENDPOINT
          The meta object id for the 'WBI Rest Endpoint' class
static int WBI_REST_ENDPOINT__DESCRIPTION
          The feature id for the 'Description' attribute
static int WBI_REST_ENDPOINT__ENABLE
          The feature id for the 'Enable' attribute
static int WBI_REST_ENDPOINT__ID
          The feature id for the 'Id' attribute
static int WBI_REST_ENDPOINT__JNDI_NAME
          The feature id for the 'Jndi Name' attribute
static int WBI_REST_ENDPOINT__LAST_MODIFIED
          The feature id for the 'Last Modified' attribute
static int WBI_REST_ENDPOINT__NAME
          The feature id for the 'Name' attribute
static int WBI_REST_ENDPOINT__PROVIDER_ENDPOINT_ID
          The feature id for the 'Provider Endpoint ID' attribute
static int WBI_REST_ENDPOINT__PUBLIC_ENDPOINT
          The feature id for the 'Public Endpoint' attribute
static int WBI_REST_ENDPOINT__RELATIVE_URL
          The feature id for the 'Relative URL' attribute
static int WBI_REST_ENDPOINT__TYPE
          The feature id for the 'Type' attribute
static int WBI_REST_ENDPOINT__TYPE_DISPLAY_NAME
          The feature id for the 'Type Display Name' attribute
static int WBI_REST_ENDPOINT__URL
          The feature id for the 'Url' attribute
static int WBI_REST_ENDPOINT__VERSION
          The feature id for the 'Version' attribute
static int WBI_REST_ENDPOINT_FEATURE_COUNT
          The number of structural features of the 'WBI Rest Endpoint' class
static int WBI_REST_ENDPOINTS
          The meta object id for the 'WBI Rest Endpoints' class
static int WBI_REST_ENDPOINTS__DEPLOYMENT_TARGETS
          The feature id for the 'Deployment Targets' containment reference list
static int WBI_REST_ENDPOINTS_FEATURE_COUNT
          The number of structural features of the 'WBI Rest Endpoints' class
static int WBI_REST_WEB_MODULE
          The meta object id for the 'WBI Rest Web Module' class
static int WBI_REST_WEB_MODULE__APPLICATION_NAME
          The feature id for the 'Application Name' attribute
static int WBI_REST_WEB_MODULE__CONTEXT_ROOT
          The feature id for the 'Context Root' attribute
static int WBI_REST_WEB_MODULE__DEFAULT
          The feature id for the 'Default' attribute
static int WBI_REST_WEB_MODULE__ENDPOINTS
          The feature id for the 'Endpoints' containment reference list
static int WBI_REST_WEB_MODULE__HOST_NAME
          The feature id for the 'Host Name' attribute
static int WBI_REST_WEB_MODULE__NAME
          The feature id for the 'Name' attribute
static int WBI_REST_WEB_MODULE__PORT
          The feature id for the 'Port' attribute
static int WBI_REST_WEB_MODULE__TRANSPORT_TYPE
          The feature id for the 'Transport Type' attribute
static int WBI_REST_WEB_MODULE_FEATURE_COUNT
          The number of structural features of the 'WBI Rest Web Module' class
 
Method Summary
 RestServiceFactory getRestServiceFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EReference getWBIRestConfiguration_RestEndpoints()
          Returns the meta object for the containment reference 'Rest Endpoints'
 org.eclipse.emf.ecore.EClass getWBIRestConfiguration()
          Returns the meta object for class 'WBI Rest Configuration'
 org.eclipse.emf.ecore.EAttribute getWBIRestDeploymentTarget_ContextID()
          Returns the meta object for the attribute 'Context ID'
 org.eclipse.emf.ecore.EReference getWBIRestDeploymentTarget_WebModules()
          Returns the meta object for the containment reference list 'Web Modules'
 org.eclipse.emf.ecore.EClass getWBIRestDeploymentTarget()
          Returns the meta object for class 'WBI Rest Deployment Target'
 org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_Enable()
          Returns the meta object for the attribute 'Enable'
 org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_JndiName()
          Returns the meta object for the attribute 'Jndi Name'
 org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_LastModified()
          Returns the meta object for the attribute 'Last Modified'
 org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_ProviderEndpointID()
          Returns the meta object for the attribute 'Provider Endpoint ID'
 org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_PublicEndpoint()
          Returns the meta object for the attribute 'Public Endpoint'
 org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_RelativeURL()
          Returns the meta object for the attribute 'Relative URL'
 org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_Type()
          Returns the meta object for the attribute 'Type'
 org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_TypeDisplayName()
          Returns the meta object for the attribute 'Type Display Name'
 org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_Url()
          Returns the meta object for the attribute 'Url'
 org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_Version()
          Returns the meta object for the attribute 'Version'
 org.eclipse.emf.ecore.EClass getWBIRestEndpoint()
          Returns the meta object for class 'WBI Rest Endpoint'
 org.eclipse.emf.ecore.EReference getWBIRestEndpoints_DeploymentTargets()
          Returns the meta object for the containment reference list 'Deployment Targets'
 org.eclipse.emf.ecore.EClass getWBIRestEndpoints()
          Returns the meta object for class 'WBI Rest Endpoints'
 org.eclipse.emf.ecore.EAttribute getWBIRestWebModule_ApplicationName()
          Returns the meta object for the attribute 'Application Name'
 org.eclipse.emf.ecore.EAttribute getWBIRestWebModule_ContextRoot()
          Returns the meta object for the attribute 'Context Root'
 org.eclipse.emf.ecore.EAttribute getWBIRestWebModule_Default()
          Returns the meta object for the attribute 'Default'
 org.eclipse.emf.ecore.EReference getWBIRestWebModule_Endpoints()
          Returns the meta object for the containment reference list 'Endpoints'
 org.eclipse.emf.ecore.EAttribute getWBIRestWebModule_HostName()
          Returns the meta object for the attribute 'Host Name'
 org.eclipse.emf.ecore.EAttribute getWBIRestWebModule_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getWBIRestWebModule_Port()
          Returns the meta object for the attribute 'Port'
 org.eclipse.emf.ecore.EAttribute getWBIRestWebModule_TransportType()
          Returns the meta object for the attribute 'Transport Type'
 org.eclipse.emf.ecore.EClass getWBIRestWebModule()
          Returns the meta object for class 'WBI Rest Web Module'
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final RestServicePackage eINSTANCE
The singleton instance of the package.


WBI_REST_ENDPOINT

static final int WBI_REST_ENDPOINT
The meta object id for the 'WBI Rest Endpoint' class.

See Also:
WBIRestEndpointImpl, RestServicePackageImpl.getWBIRestEndpoint(), Constant Field Values

WBI_REST_ENDPOINT__ID

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

See Also:
Constant Field Values

WBI_REST_ENDPOINT__NAME

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

See Also:
Constant Field Values

WBI_REST_ENDPOINT__DESCRIPTION

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

See Also:
Constant Field Values

WBI_REST_ENDPOINT__TYPE

static final int WBI_REST_ENDPOINT__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

WBI_REST_ENDPOINT__TYPE_DISPLAY_NAME

static final int WBI_REST_ENDPOINT__TYPE_DISPLAY_NAME
The feature id for the 'Type Display Name' attribute.

See Also:
Constant Field Values

WBI_REST_ENDPOINT__VERSION

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

See Also:
Constant Field Values

WBI_REST_ENDPOINT__URL

static final int WBI_REST_ENDPOINT__URL
The feature id for the 'Url' attribute.

See Also:
Constant Field Values

WBI_REST_ENDPOINT__LAST_MODIFIED

static final int WBI_REST_ENDPOINT__LAST_MODIFIED
The feature id for the 'Last Modified' attribute.

See Also:
Constant Field Values

WBI_REST_ENDPOINT__PUBLIC_ENDPOINT

static final int WBI_REST_ENDPOINT__PUBLIC_ENDPOINT
The feature id for the 'Public Endpoint' attribute.

See Also:
Constant Field Values

WBI_REST_ENDPOINT__PROVIDER_ENDPOINT_ID

static final int WBI_REST_ENDPOINT__PROVIDER_ENDPOINT_ID
The feature id for the 'Provider Endpoint ID' attribute.

See Also:
Constant Field Values

WBI_REST_ENDPOINT__JNDI_NAME

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

See Also:
Constant Field Values

WBI_REST_ENDPOINT__ENABLE

static final int WBI_REST_ENDPOINT__ENABLE
The feature id for the 'Enable' attribute.

See Also:
Constant Field Values

WBI_REST_ENDPOINT__RELATIVE_URL

static final int WBI_REST_ENDPOINT__RELATIVE_URL
The feature id for the 'Relative URL' attribute.

See Also:
Constant Field Values

WBI_REST_ENDPOINT_FEATURE_COUNT

static final int WBI_REST_ENDPOINT_FEATURE_COUNT
The number of structural features of the 'WBI Rest Endpoint' class.

See Also:
Constant Field Values

WBI_REST_CONFIGURATION

static final int WBI_REST_CONFIGURATION
The meta object id for the 'WBI Rest Configuration' class.

See Also:
WBIRestConfigurationImpl, RestServicePackageImpl.getWBIRestConfiguration(), Constant Field Values

WBI_REST_CONFIGURATION__REST_ENDPOINTS

static final int WBI_REST_CONFIGURATION__REST_ENDPOINTS
The feature id for the 'Rest Endpoints' containment reference.

See Also:
Constant Field Values

WBI_REST_CONFIGURATION_FEATURE_COUNT

static final int WBI_REST_CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'WBI Rest Configuration' class.

See Also:
Constant Field Values

WBI_REST_DEPLOYMENT_TARGET

static final int WBI_REST_DEPLOYMENT_TARGET
The meta object id for the 'WBI Rest Deployment Target' class.

See Also:
WBIRestDeploymentTargetImpl, RestServicePackageImpl.getWBIRestDeploymentTarget(), Constant Field Values

WBI_REST_DEPLOYMENT_TARGET__CONTEXT_ID

static final int WBI_REST_DEPLOYMENT_TARGET__CONTEXT_ID
The feature id for the 'Context ID' attribute.

See Also:
Constant Field Values

WBI_REST_DEPLOYMENT_TARGET__WEB_MODULES

static final int WBI_REST_DEPLOYMENT_TARGET__WEB_MODULES
The feature id for the 'Web Modules' containment reference list.

See Also:
Constant Field Values

WBI_REST_DEPLOYMENT_TARGET_FEATURE_COUNT

static final int WBI_REST_DEPLOYMENT_TARGET_FEATURE_COUNT
The number of structural features of the 'WBI Rest Deployment Target' class.

See Also:
Constant Field Values

WBI_REST_ENDPOINTS

static final int WBI_REST_ENDPOINTS
The meta object id for the 'WBI Rest Endpoints' class.

See Also:
WBIRestEndpointsImpl, RestServicePackageImpl.getWBIRestEndpoints(), Constant Field Values

WBI_REST_ENDPOINTS__DEPLOYMENT_TARGETS

static final int WBI_REST_ENDPOINTS__DEPLOYMENT_TARGETS
The feature id for the 'Deployment Targets' containment reference list.

See Also:
Constant Field Values

WBI_REST_ENDPOINTS_FEATURE_COUNT

static final int WBI_REST_ENDPOINTS_FEATURE_COUNT
The number of structural features of the 'WBI Rest Endpoints' class.

See Also:
Constant Field Values

WBI_REST_WEB_MODULE

static final int WBI_REST_WEB_MODULE
The meta object id for the 'WBI Rest Web Module' class.

See Also:
WBIRestWebModuleImpl, RestServicePackageImpl.getWBIRestWebModule(), Constant Field Values

WBI_REST_WEB_MODULE__NAME

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

See Also:
Constant Field Values

WBI_REST_WEB_MODULE__APPLICATION_NAME

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

See Also:
Constant Field Values

WBI_REST_WEB_MODULE__CONTEXT_ROOT

static final int WBI_REST_WEB_MODULE__CONTEXT_ROOT
The feature id for the 'Context Root' attribute.

See Also:
Constant Field Values

WBI_REST_WEB_MODULE__TRANSPORT_TYPE

static final int WBI_REST_WEB_MODULE__TRANSPORT_TYPE
The feature id for the 'Transport Type' attribute.

See Also:
Constant Field Values

WBI_REST_WEB_MODULE__HOST_NAME

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

See Also:
Constant Field Values

WBI_REST_WEB_MODULE__PORT

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

See Also:
Constant Field Values

WBI_REST_WEB_MODULE__DEFAULT

static final int WBI_REST_WEB_MODULE__DEFAULT
The feature id for the 'Default' attribute.

See Also:
Constant Field Values

WBI_REST_WEB_MODULE__ENDPOINTS

static final int WBI_REST_WEB_MODULE__ENDPOINTS
The feature id for the 'Endpoints' containment reference list.

See Also:
Constant Field Values

WBI_REST_WEB_MODULE_FEATURE_COUNT

static final int WBI_REST_WEB_MODULE_FEATURE_COUNT
The number of structural features of the 'WBI Rest Web Module' class.

See Also:
Constant Field Values
Method Detail

getWBIRestEndpoint

org.eclipse.emf.ecore.EClass getWBIRestEndpoint()
Returns the meta object for class 'WBI Rest Endpoint'.

Returns:
the meta object for class 'WBI Rest Endpoint'.
See Also:
WBIRestEndpoint

getWBIRestEndpoint_Id

org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
WBIRestEndpoint.getId(), getWBIRestEndpoint()

getWBIRestEndpoint_Name

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

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

getWBIRestEndpoint_Description

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

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

getWBIRestEndpoint_Type

org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
WBIRestEndpoint.getType(), getWBIRestEndpoint()

getWBIRestEndpoint_TypeDisplayName

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

Returns:
the meta object for the attribute 'Type Display Name'.
See Also:
WBIRestEndpoint.getTypeDisplayName(), getWBIRestEndpoint()

getWBIRestEndpoint_Version

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

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

getWBIRestEndpoint_Url

org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_Url()
Returns the meta object for the attribute 'Url'.

Returns:
the meta object for the attribute 'Url'.
See Also:
WBIRestEndpoint.getUrl(), getWBIRestEndpoint()

getWBIRestEndpoint_LastModified

org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_LastModified()
Returns the meta object for the attribute 'Last Modified'.

Returns:
the meta object for the attribute 'Last Modified'.
See Also:
WBIRestEndpoint.getLastModified(), getWBIRestEndpoint()

getWBIRestEndpoint_PublicEndpoint

org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_PublicEndpoint()
Returns the meta object for the attribute 'Public Endpoint'.

Returns:
the meta object for the attribute 'Public Endpoint'.
See Also:
WBIRestEndpoint.isPublicEndpoint(), getWBIRestEndpoint()

getWBIRestEndpoint_ProviderEndpointID

org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_ProviderEndpointID()
Returns the meta object for the attribute 'Provider Endpoint ID'.

Returns:
the meta object for the attribute 'Provider Endpoint ID'.
See Also:
WBIRestEndpoint.getProviderEndpointID(), getWBIRestEndpoint()

getWBIRestEndpoint_JndiName

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

Returns:
the meta object for the attribute 'Jndi Name'.
See Also:
WBIRestEndpoint.getJndiName(), getWBIRestEndpoint()

getWBIRestEndpoint_Enable

org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_Enable()
Returns the meta object for the attribute 'Enable'.

Returns:
the meta object for the attribute 'Enable'.
See Also:
WBIRestEndpoint.isEnable(), getWBIRestEndpoint()

getWBIRestEndpoint_RelativeURL

org.eclipse.emf.ecore.EAttribute getWBIRestEndpoint_RelativeURL()
Returns the meta object for the attribute 'Relative URL'.

Returns:
the meta object for the attribute 'Relative URL'.
See Also:
WBIRestEndpoint.getRelativeURL(), getWBIRestEndpoint()

getWBIRestConfiguration

org.eclipse.emf.ecore.EClass getWBIRestConfiguration()
Returns the meta object for class 'WBI Rest Configuration'.

Returns:
the meta object for class 'WBI Rest Configuration'.
See Also:
WBIRestConfiguration

getWBIRestConfiguration_RestEndpoints

org.eclipse.emf.ecore.EReference getWBIRestConfiguration_RestEndpoints()
Returns the meta object for the containment reference 'Rest Endpoints'.

Returns:
the meta object for the containment reference 'Rest Endpoints'.
See Also:
WBIRestConfiguration.getRestEndpoints(), getWBIRestConfiguration()

getWBIRestDeploymentTarget

org.eclipse.emf.ecore.EClass getWBIRestDeploymentTarget()
Returns the meta object for class 'WBI Rest Deployment Target'.

Returns:
the meta object for class 'WBI Rest Deployment Target'.
See Also:
WBIRestDeploymentTarget

getWBIRestDeploymentTarget_ContextID

org.eclipse.emf.ecore.EAttribute getWBIRestDeploymentTarget_ContextID()
Returns the meta object for the attribute 'Context ID'.

Returns:
the meta object for the attribute 'Context ID'.
See Also:
WBIRestDeploymentTarget.getContextID(), getWBIRestDeploymentTarget()

getWBIRestDeploymentTarget_WebModules

org.eclipse.emf.ecore.EReference getWBIRestDeploymentTarget_WebModules()
Returns the meta object for the containment reference list 'Web Modules'.

Returns:
the meta object for the containment reference list 'Web Modules'.
See Also:
WBIRestDeploymentTarget.getWebModules(), getWBIRestDeploymentTarget()

getWBIRestEndpoints

org.eclipse.emf.ecore.EClass getWBIRestEndpoints()
Returns the meta object for class 'WBI Rest Endpoints'.

Returns:
the meta object for class 'WBI Rest Endpoints'.
See Also:
WBIRestEndpoints

getWBIRestEndpoints_DeploymentTargets

org.eclipse.emf.ecore.EReference getWBIRestEndpoints_DeploymentTargets()
Returns the meta object for the containment reference list 'Deployment Targets'.

Returns:
the meta object for the containment reference list 'Deployment Targets'.
See Also:
WBIRestEndpoints.getDeploymentTargets(), getWBIRestEndpoints()

getWBIRestWebModule

org.eclipse.emf.ecore.EClass getWBIRestWebModule()
Returns the meta object for class 'WBI Rest Web Module'.

Returns:
the meta object for class 'WBI Rest Web Module'.
See Also:
WBIRestWebModule

getWBIRestWebModule_Name

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

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

getWBIRestWebModule_ApplicationName

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

Returns:
the meta object for the attribute 'Application Name'.
See Also:
WBIRestWebModule.getApplicationName(), getWBIRestWebModule()

getWBIRestWebModule_ContextRoot

org.eclipse.emf.ecore.EAttribute getWBIRestWebModule_ContextRoot()
Returns the meta object for the attribute 'Context Root'.

Returns:
the meta object for the attribute 'Context Root'.
See Also:
WBIRestWebModule.getContextRoot(), getWBIRestWebModule()

getWBIRestWebModule_TransportType

org.eclipse.emf.ecore.EAttribute getWBIRestWebModule_TransportType()
Returns the meta object for the attribute 'Transport Type'.

Returns:
the meta object for the attribute 'Transport Type'.
See Also:
WBIRestWebModule.getTransportType(), getWBIRestWebModule()

getWBIRestWebModule_HostName

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

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

getWBIRestWebModule_Port

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

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

getWBIRestWebModule_Default

org.eclipse.emf.ecore.EAttribute getWBIRestWebModule_Default()
Returns the meta object for the attribute 'Default'.

Returns:
the meta object for the attribute 'Default'.
See Also:
WBIRestWebModule.isDefault(), getWBIRestWebModule()

getWBIRestWebModule_Endpoints

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

Returns:
the meta object for the containment reference list 'Endpoints'.
See Also:
WBIRestWebModule.getEndpoints(), getWBIRestWebModule()

getRestServiceFactory

RestServiceFactory getRestServiceFactory()
Returns the factory that creates the instances of the model.

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