|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientPackage
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.
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 |
---|
static final java.lang.String eNAME
static final int APPLICATION_CLIENT
static final int APPLICATION_CLIENT__ICONS
static final int APPLICATION_CLIENT__DISPLAY_NAMES
static final int APPLICATION_CLIENT__DESCRIPTIONS
static final int APPLICATION_CLIENT__SMALL_ICON
static final int APPLICATION_CLIENT__LARGE_ICON
static final int APPLICATION_CLIENT__DESCRIPTION
static final int APPLICATION_CLIENT__DISPLAY_NAME
static final int APPLICATION_CLIENT__VERSION
static final int APPLICATION_CLIENT__RESOURCE_REFS
static final int APPLICATION_CLIENT__ENVIRONMENT_PROPS
static final int APPLICATION_CLIENT__EJB_REFERENCES
static final int APPLICATION_CLIENT__RESOURCE_ENV_REFS
static final int APPLICATION_CLIENT__CALLBACK_HANDLER
static final int APPLICATION_CLIENT__SERVICE_REFS
static final int APPLICATION_CLIENT__MESSAGE_DESTINATION_REFS
static final int APPLICATION_CLIENT__MESSAGE_DESTINATIONS
static final int APPLICATION_CLIENT_FEATURE_COUNT
static final int RES_AUTH_APPLICATION_TYPE
Res Auth Application Type
' enum.
ResAuthApplicationType
,
ClientPackageImpl.getResAuthApplicationType()
,
Constant Field Valuesstatic final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ClientPackage eINSTANCE
Method Detail |
---|
org.eclipse.emf.ecore.EClass getApplicationClient()
org.eclipse.emf.ecore.EAttribute getApplicationClient_Version()
Version
'.
ApplicationClient.getVersion()
,
getApplicationClient()
org.eclipse.emf.ecore.EReference getApplicationClient_ResourceRefs()
org.eclipse.emf.ecore.EReference getApplicationClient_EnvironmentProps()
org.eclipse.emf.ecore.EReference getApplicationClient_EjbReferences()
org.eclipse.emf.ecore.EReference getApplicationClient_ResourceEnvRefs()
org.eclipse.emf.ecore.EReference getApplicationClient_CallbackHandler()
org.eclipse.emf.ecore.EReference getApplicationClient_ServiceRefs()
Service Refs
'.
ApplicationClient.getServiceRefs()
,
getApplicationClient()
org.eclipse.emf.ecore.EReference getApplicationClient_MessageDestinationRefs()
Message Destination Refs
'.
ApplicationClient.getMessageDestinationRefs()
,
getApplicationClient()
org.eclipse.emf.ecore.EReference getApplicationClient_MessageDestinations()
Message Destinations
'.
ApplicationClient.getMessageDestinations()
,
getApplicationClient()
org.eclipse.emf.ecore.EEnum getResAuthApplicationType()
Res Auth Application Type
'.
ResAuthApplicationType
ClientFactory getClientFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |