com.ibm.websphere.models.config.bspace
Interface BusinessSpacePackage

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

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

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

See Also:
BusinessSpaceFactory

Nested Class Summary
static interface BusinessSpacePackage.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 BPM_REST_ENDPOINT_BINDING
          The meta object id for the 'BPM Rest Endpoint Binding' class
static int BPM_REST_ENDPOINT_BINDING__DEPLOYMENT_TARGET_CONTEXT_ID
          The feature id for the 'Deployment Target Context ID' attribute
static int BPM_REST_ENDPOINT_BINDING__ENDPOINT_TYPE
          The feature id for the 'Endpoint Type' attribute
static int BPM_REST_ENDPOINT_BINDING__ENDPOINT_VERSION
          The feature id for the 'Endpoint Version' attribute
static int BPM_REST_ENDPOINT_BINDING_FEATURE_COUNT
          The number of structural features of the 'BPM Rest Endpoint Binding' class
static int BUSINESS_SPACE_CONFIGURATION_EXTENSION
          The meta object id for the 'Configuration Extension' class
static int BUSINESS_SPACE_CONFIGURATION_EXTENSION__BUSINESS_SPACE_SERVER
          The feature id for the 'Business Space Server' containment reference
static int BUSINESS_SPACE_CONFIGURATION_EXTENSION_FEATURE_COUNT
          The number of structural features of the 'Configuration Extension' class
static int BUSINESS_SPACE_INSTANCE
          The meta object id for the 'Instance' class
static int BUSINESS_SPACE_INSTANCE__ID
          The feature id for the 'Id' attribute
static int BUSINESS_SPACE_INSTANCE__LAST_MODIFIED
          The feature id for the 'Last Modified' attribute
static int BUSINESS_SPACE_INSTANCE__NAME
          The feature id for the 'Name' attribute
static int BUSINESS_SPACE_INSTANCE__OWNER
          The feature id for the 'Owner' attribute
static int BUSINESS_SPACE_INSTANCE__TEMPLATE_ID
          The feature id for the 'Template ID' attribute
static int BUSINESS_SPACE_INSTANCE_FEATURE_COUNT
          The number of structural features of the 'Instance' class
static int BUSINESS_SPACE_SERVER
          The meta object id for the 'Server' class
static int BUSINESS_SPACE_SERVER__BUSINESS_SPACE_INSTANCES
          The feature id for the 'Business Space Instances' containment reference list
static int BUSINESS_SPACE_SERVER__REST_ENDPOINT_BINDINGS
          The feature id for the 'Rest Endpoint Bindings' containment reference list
static int BUSINESS_SPACE_SERVER__SCHEMA_NAME
          The feature id for the 'Schema Name' attribute
static int BUSINESS_SPACE_SERVER_FEATURE_COUNT
          The number of structural features of the 'Server' class
static BusinessSpacePackage 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
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getBPMRestEndpointBinding_DeploymentTargetContextID()
          Returns the meta object for the attribute 'Deployment Target Context ID'
 org.eclipse.emf.ecore.EAttribute getBPMRestEndpointBinding_EndpointType()
          Returns the meta object for the attribute 'Endpoint Type'
 org.eclipse.emf.ecore.EAttribute getBPMRestEndpointBinding_EndpointVersion()
          Returns the meta object for the attribute 'Endpoint Version'
 org.eclipse.emf.ecore.EClass getBPMRestEndpointBinding()
          Returns the meta object for class 'BPM Rest Endpoint Binding'
 org.eclipse.emf.ecore.EReference getBusinessSpaceConfigurationExtension_BusinessSpaceServer()
          Returns the meta object for the containment reference 'Business Space Server'
 org.eclipse.emf.ecore.EClass getBusinessSpaceConfigurationExtension()
          Returns the meta object for class 'Configuration Extension'
 BusinessSpaceFactory getBusinessSpaceFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EAttribute getBusinessSpaceInstance_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EAttribute getBusinessSpaceInstance_LastModified()
          Returns the meta object for the attribute 'Last Modified'
 org.eclipse.emf.ecore.EAttribute getBusinessSpaceInstance_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getBusinessSpaceInstance_Owner()
          Returns the meta object for the attribute 'Owner'
 org.eclipse.emf.ecore.EAttribute getBusinessSpaceInstance_TemplateID()
          Returns the meta object for the attribute 'Template ID'
 org.eclipse.emf.ecore.EClass getBusinessSpaceInstance()
          Returns the meta object for class 'Instance'
 org.eclipse.emf.ecore.EReference getBusinessSpaceServer_BusinessSpaceInstances()
          Returns the meta object for the containment reference list 'Business Space Instances'
 org.eclipse.emf.ecore.EReference getBusinessSpaceServer_RestEndpointBindings()
          Returns the meta object for the containment reference list 'Rest Endpoint Bindings'
 org.eclipse.emf.ecore.EAttribute getBusinessSpaceServer_SchemaName()
          Returns the meta object for the attribute 'Schema Name'
 org.eclipse.emf.ecore.EClass getBusinessSpaceServer()
          Returns the meta object for class 'Server'
 
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 BusinessSpacePackage eINSTANCE
The singleton instance of the package.


BUSINESS_SPACE_CONFIGURATION_EXTENSION

static final int BUSINESS_SPACE_CONFIGURATION_EXTENSION
The meta object id for the 'Configuration Extension' class.

See Also:
BusinessSpaceConfigurationExtensionImpl, BusinessSpacePackageImpl.getBusinessSpaceConfigurationExtension(), Constant Field Values

BUSINESS_SPACE_CONFIGURATION_EXTENSION__BUSINESS_SPACE_SERVER

static final int BUSINESS_SPACE_CONFIGURATION_EXTENSION__BUSINESS_SPACE_SERVER
The feature id for the 'Business Space Server' containment reference.

See Also:
Constant Field Values

BUSINESS_SPACE_CONFIGURATION_EXTENSION_FEATURE_COUNT

static final int BUSINESS_SPACE_CONFIGURATION_EXTENSION_FEATURE_COUNT
The number of structural features of the 'Configuration Extension' class.

See Also:
Constant Field Values

BUSINESS_SPACE_SERVER

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

See Also:
BusinessSpaceServerImpl, BusinessSpacePackageImpl.getBusinessSpaceServer(), Constant Field Values

BUSINESS_SPACE_SERVER__SCHEMA_NAME

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

See Also:
Constant Field Values

BUSINESS_SPACE_SERVER__BUSINESS_SPACE_INSTANCES

static final int BUSINESS_SPACE_SERVER__BUSINESS_SPACE_INSTANCES
The feature id for the 'Business Space Instances' containment reference list.

See Also:
Constant Field Values

BUSINESS_SPACE_SERVER__REST_ENDPOINT_BINDINGS

static final int BUSINESS_SPACE_SERVER__REST_ENDPOINT_BINDINGS
The feature id for the 'Rest Endpoint Bindings' containment reference list.

See Also:
Constant Field Values

BUSINESS_SPACE_SERVER_FEATURE_COUNT

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

See Also:
Constant Field Values

BUSINESS_SPACE_INSTANCE

static final int BUSINESS_SPACE_INSTANCE
The meta object id for the 'Instance' class.

See Also:
BusinessSpaceInstanceImpl, BusinessSpacePackageImpl.getBusinessSpaceInstance(), Constant Field Values

BUSINESS_SPACE_INSTANCE__ID

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

See Also:
Constant Field Values

BUSINESS_SPACE_INSTANCE__NAME

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

See Also:
Constant Field Values

BUSINESS_SPACE_INSTANCE__OWNER

static final int BUSINESS_SPACE_INSTANCE__OWNER
The feature id for the 'Owner' attribute.

See Also:
Constant Field Values

BUSINESS_SPACE_INSTANCE__TEMPLATE_ID

static final int BUSINESS_SPACE_INSTANCE__TEMPLATE_ID
The feature id for the 'Template ID' attribute.

See Also:
Constant Field Values

BUSINESS_SPACE_INSTANCE__LAST_MODIFIED

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

See Also:
Constant Field Values

BUSINESS_SPACE_INSTANCE_FEATURE_COUNT

static final int BUSINESS_SPACE_INSTANCE_FEATURE_COUNT
The number of structural features of the 'Instance' class.

See Also:
Constant Field Values

BPM_REST_ENDPOINT_BINDING

static final int BPM_REST_ENDPOINT_BINDING
The meta object id for the 'BPM Rest Endpoint Binding' class.

See Also:
BPMRestEndpointBindingImpl, BusinessSpacePackageImpl.getBPMRestEndpointBinding(), Constant Field Values

BPM_REST_ENDPOINT_BINDING__ENDPOINT_TYPE

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

See Also:
Constant Field Values

BPM_REST_ENDPOINT_BINDING__ENDPOINT_VERSION

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

See Also:
Constant Field Values

BPM_REST_ENDPOINT_BINDING__DEPLOYMENT_TARGET_CONTEXT_ID

static final int BPM_REST_ENDPOINT_BINDING__DEPLOYMENT_TARGET_CONTEXT_ID
The feature id for the 'Deployment Target Context ID' attribute.

See Also:
Constant Field Values

BPM_REST_ENDPOINT_BINDING_FEATURE_COUNT

static final int BPM_REST_ENDPOINT_BINDING_FEATURE_COUNT
The number of structural features of the 'BPM Rest Endpoint Binding' class.

See Also:
Constant Field Values
Method Detail

getBusinessSpaceConfigurationExtension

org.eclipse.emf.ecore.EClass getBusinessSpaceConfigurationExtension()
Returns the meta object for class 'Configuration Extension'.

Returns:
the meta object for class 'Configuration Extension'.
See Also:
BusinessSpaceConfigurationExtension

getBusinessSpaceConfigurationExtension_BusinessSpaceServer

org.eclipse.emf.ecore.EReference getBusinessSpaceConfigurationExtension_BusinessSpaceServer()
Returns the meta object for the containment reference 'Business Space Server'.

Returns:
the meta object for the containment reference 'Business Space Server'.
See Also:
BusinessSpaceConfigurationExtension.getBusinessSpaceServer(), getBusinessSpaceConfigurationExtension()

getBusinessSpaceServer

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

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

getBusinessSpaceServer_SchemaName

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

Returns:
the meta object for the attribute 'Schema Name'.
See Also:
BusinessSpaceServer.getSchemaName(), getBusinessSpaceServer()

getBusinessSpaceServer_BusinessSpaceInstances

org.eclipse.emf.ecore.EReference getBusinessSpaceServer_BusinessSpaceInstances()
Returns the meta object for the containment reference list 'Business Space Instances'.

Returns:
the meta object for the containment reference list 'Business Space Instances'.
See Also:
BusinessSpaceServer.getBusinessSpaceInstances(), getBusinessSpaceServer()

getBusinessSpaceServer_RestEndpointBindings

org.eclipse.emf.ecore.EReference getBusinessSpaceServer_RestEndpointBindings()
Returns the meta object for the containment reference list 'Rest Endpoint Bindings'.

Returns:
the meta object for the containment reference list 'Rest Endpoint Bindings'.
See Also:
BusinessSpaceServer.getRestEndpointBindings(), getBusinessSpaceServer()

getBusinessSpaceInstance

org.eclipse.emf.ecore.EClass getBusinessSpaceInstance()
Returns the meta object for class 'Instance'.

Returns:
the meta object for class 'Instance'.
See Also:
BusinessSpaceInstance

getBusinessSpaceInstance_Id

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

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

getBusinessSpaceInstance_Name

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

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

getBusinessSpaceInstance_Owner

org.eclipse.emf.ecore.EAttribute getBusinessSpaceInstance_Owner()
Returns the meta object for the attribute 'Owner'.

Returns:
the meta object for the attribute 'Owner'.
See Also:
BusinessSpaceInstance.getOwner(), getBusinessSpaceInstance()

getBusinessSpaceInstance_TemplateID

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

Returns:
the meta object for the attribute 'Template ID'.
See Also:
BusinessSpaceInstance.getTemplateID(), getBusinessSpaceInstance()

getBusinessSpaceInstance_LastModified

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

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

getBPMRestEndpointBinding

org.eclipse.emf.ecore.EClass getBPMRestEndpointBinding()
Returns the meta object for class 'BPM Rest Endpoint Binding'.

Returns:
the meta object for class 'BPM Rest Endpoint Binding'.
See Also:
BPMRestEndpointBinding

getBPMRestEndpointBinding_EndpointType

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

Returns:
the meta object for the attribute 'Endpoint Type'.
See Also:
BPMRestEndpointBinding.getEndpointType(), getBPMRestEndpointBinding()

getBPMRestEndpointBinding_EndpointVersion

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

Returns:
the meta object for the attribute 'Endpoint Version'.
See Also:
BPMRestEndpointBinding.getEndpointVersion(), getBPMRestEndpointBinding()

getBPMRestEndpointBinding_DeploymentTargetContextID

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

Returns:
the meta object for the attribute 'Deployment Target Context ID'.
See Also:
BPMRestEndpointBinding.getDeploymentTargetContextID(), getBPMRestEndpointBinding()

getBusinessSpaceFactory

BusinessSpaceFactory getBusinessSpaceFactory()
Returns the factory that creates the instances of the model.

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