org.eclipse.jst.j2ee.client
Interface ClientPackage

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

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

Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
1.0

Nested Class Summary
static interface ClientPackage.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 APPLICATION_CLIENT
           
static int APPLICATION_CLIENT__CALLBACK_HANDLER
           
static int APPLICATION_CLIENT__DESCRIPTION
           
static int APPLICATION_CLIENT__DESCRIPTIONS
          The feature id for the 'Descriptions' containment reference list
static int APPLICATION_CLIENT__DISPLAY_NAME
           
static int APPLICATION_CLIENT__DISPLAY_NAMES
          The feature id for the 'Display Names' containment reference list
static int APPLICATION_CLIENT__EJB_REFERENCES
           
static int APPLICATION_CLIENT__ENVIRONMENT_PROPS
           
static int APPLICATION_CLIENT__ICONS
          The feature id for the 'Icons' containment reference list
static int APPLICATION_CLIENT__LARGE_ICON
           
static int APPLICATION_CLIENT__MESSAGE_DESTINATION_REFS
          The feature id for the 'Message Destination Refs' containment reference list
static int APPLICATION_CLIENT__MESSAGE_DESTINATIONS
          The feature id for the 'Message Destinations' containment reference list
static int APPLICATION_CLIENT__RESOURCE_ENV_REFS
           
static int APPLICATION_CLIENT__RESOURCE_REFS
           
static int APPLICATION_CLIENT__SERVICE_REFS
          The feature id for the 'Service Refs' containment reference list
static int APPLICATION_CLIENT__SMALL_ICON
           
static int APPLICATION_CLIENT__VERSION
          The feature id for the 'Version' attribute
static int APPLICATION_CLIENT_FEATURE_COUNT
          The number of structural features of the 'Application Client' class
static ClientPackage 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
           
static int RES_AUTH_APPLICATION_TYPE
          The meta object id for the 'Res Auth Application Type' enum
 
Method Summary
 org.eclipse.emf.ecore.EReference getApplicationClient_CallbackHandler()
           
 org.eclipse.emf.ecore.EReference getApplicationClient_EjbReferences()
           
 org.eclipse.emf.ecore.EReference getApplicationClient_EnvironmentProps()
           
 org.eclipse.emf.ecore.EReference getApplicationClient_MessageDestinationRefs()
          Returns the meta object for the containment reference list 'Message Destination Refs'
 org.eclipse.emf.ecore.EReference getApplicationClient_MessageDestinations()
          Returns the meta object for the containment reference list 'Message Destinations'
 org.eclipse.emf.ecore.EReference getApplicationClient_ResourceEnvRefs()
           
 org.eclipse.emf.ecore.EReference getApplicationClient_ResourceRefs()
           
 org.eclipse.emf.ecore.EReference getApplicationClient_ServiceRefs()
          Returns the meta object for the containment reference list 'Service Refs'
 org.eclipse.emf.ecore.EAttribute getApplicationClient_Version()
          Returns the meta object for the attribute 'Version'
 org.eclipse.emf.ecore.EClass getApplicationClient()
           
 ClientFactory getClientFactory()
           
 org.eclipse.emf.ecore.EEnum getResAuthApplicationType()
          Returns the meta object for enum 'Res Auth Application Type'
 
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

APPLICATION_CLIENT

static final int APPLICATION_CLIENT
See Also:
Constant Field Values

APPLICATION_CLIENT__ICONS

static final int APPLICATION_CLIENT__ICONS
The feature id for the 'Icons' containment reference list.

See Also:
Constant Field Values

APPLICATION_CLIENT__DISPLAY_NAMES

static final int APPLICATION_CLIENT__DISPLAY_NAMES
The feature id for the 'Display Names' containment reference list.

See Also:
Constant Field Values

APPLICATION_CLIENT__DESCRIPTIONS

static final int APPLICATION_CLIENT__DESCRIPTIONS
The feature id for the 'Descriptions' containment reference list.

See Also:
Constant Field Values

APPLICATION_CLIENT__SMALL_ICON

static final int APPLICATION_CLIENT__SMALL_ICON
See Also:
Constant Field Values

APPLICATION_CLIENT__LARGE_ICON

static final int APPLICATION_CLIENT__LARGE_ICON
See Also:
Constant Field Values

APPLICATION_CLIENT__DESCRIPTION

static final int APPLICATION_CLIENT__DESCRIPTION
See Also:
Constant Field Values

APPLICATION_CLIENT__DISPLAY_NAME

static final int APPLICATION_CLIENT__DISPLAY_NAME
See Also:
Constant Field Values

APPLICATION_CLIENT__VERSION

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

See Also:
Constant Field Values

APPLICATION_CLIENT__RESOURCE_REFS

static final int APPLICATION_CLIENT__RESOURCE_REFS
See Also:
Constant Field Values

APPLICATION_CLIENT__ENVIRONMENT_PROPS

static final int APPLICATION_CLIENT__ENVIRONMENT_PROPS
See Also:
Constant Field Values

APPLICATION_CLIENT__EJB_REFERENCES

static final int APPLICATION_CLIENT__EJB_REFERENCES
See Also:
Constant Field Values

APPLICATION_CLIENT__RESOURCE_ENV_REFS

static final int APPLICATION_CLIENT__RESOURCE_ENV_REFS
See Also:
Constant Field Values

APPLICATION_CLIENT__CALLBACK_HANDLER

static final int APPLICATION_CLIENT__CALLBACK_HANDLER
See Also:
Constant Field Values

APPLICATION_CLIENT__SERVICE_REFS

static final int APPLICATION_CLIENT__SERVICE_REFS
The feature id for the 'Service Refs' containment reference list.

See Also:
Constant Field Values

APPLICATION_CLIENT__MESSAGE_DESTINATION_REFS

static final int APPLICATION_CLIENT__MESSAGE_DESTINATION_REFS
The feature id for the 'Message Destination Refs' containment reference list.

See Also:
Constant Field Values

APPLICATION_CLIENT__MESSAGE_DESTINATIONS

static final int APPLICATION_CLIENT__MESSAGE_DESTINATIONS
The feature id for the 'Message Destinations' containment reference list.

See Also:
Constant Field Values

APPLICATION_CLIENT_FEATURE_COUNT

static final int APPLICATION_CLIENT_FEATURE_COUNT
The number of structural features of the 'Application Client' class.

See Also:
Constant Field Values

RES_AUTH_APPLICATION_TYPE

static final int RES_AUTH_APPLICATION_TYPE
The meta object id for the 'Res Auth Application Type' enum.

See Also:
ResAuthApplicationType, ClientPackageImpl.getResAuthApplicationType(), Constant Field Values

eNS_URI

static final java.lang.String eNS_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 ClientPackage eINSTANCE
The singleton instance of the package.

Method Detail

getApplicationClient

org.eclipse.emf.ecore.EClass getApplicationClient()
Returns:
ApplicationClient object

getApplicationClient_Version

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

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

getApplicationClient_ResourceRefs

org.eclipse.emf.ecore.EReference getApplicationClient_ResourceRefs()

getApplicationClient_EnvironmentProps

org.eclipse.emf.ecore.EReference getApplicationClient_EnvironmentProps()

getApplicationClient_EjbReferences

org.eclipse.emf.ecore.EReference getApplicationClient_EjbReferences()

getApplicationClient_ResourceEnvRefs

org.eclipse.emf.ecore.EReference getApplicationClient_ResourceEnvRefs()

getApplicationClient_CallbackHandler

org.eclipse.emf.ecore.EReference getApplicationClient_CallbackHandler()

getApplicationClient_ServiceRefs

org.eclipse.emf.ecore.EReference getApplicationClient_ServiceRefs()
Returns the meta object for the containment reference list 'Service Refs'.

Returns:
the meta object for the containment reference list 'Service Refs'.
See Also:
ApplicationClient.getServiceRefs(), getApplicationClient()

getApplicationClient_MessageDestinationRefs

org.eclipse.emf.ecore.EReference getApplicationClient_MessageDestinationRefs()
Returns the meta object for the containment reference list 'Message Destination Refs'.

Returns:
the meta object for the containment reference list 'Message Destination Refs'.
See Also:
ApplicationClient.getMessageDestinationRefs(), getApplicationClient()

getApplicationClient_MessageDestinations

org.eclipse.emf.ecore.EReference getApplicationClient_MessageDestinations()
Returns the meta object for the containment reference list 'Message Destinations'.

Returns:
the meta object for the containment reference list 'Message Destinations'.
See Also:
ApplicationClient.getMessageDestinations(), getApplicationClient()

getResAuthApplicationType

org.eclipse.emf.ecore.EEnum getResAuthApplicationType()
Returns the meta object for enum 'Res Auth Application Type'.

Returns:
the meta object for enum 'Res Auth Application Type'.
See Also:
ResAuthApplicationType

getClientFactory

ClientFactory getClientFactory()