org.eclipse.jst.j2ee.client
Interface ClientPackage.Literals

Enclosing interface:
ClientPackage

public static interface ClientPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass APPLICATION_CLIENT
          The meta object literal for the 'Application Client' class
static EReference APPLICATION_CLIENT__CALLBACK_HANDLER
          The meta object literal for the 'Callback Handler' reference feature
static EReference APPLICATION_CLIENT__EJB_REFERENCES
          The meta object literal for the 'Ejb References' containment reference list feature
static EReference APPLICATION_CLIENT__ENVIRONMENT_PROPS
          The meta object literal for the 'Environment Props' containment reference list feature
static EReference APPLICATION_CLIENT__MESSAGE_DESTINATION_REFS
          The meta object literal for the 'Message Destination Refs' containment reference list feature
static EReference APPLICATION_CLIENT__MESSAGE_DESTINATIONS
          The meta object literal for the 'Message Destinations' containment reference list feature
static EReference APPLICATION_CLIENT__RESOURCE_ENV_REFS
          The meta object literal for the 'Resource Env Refs' containment reference list feature
static EReference APPLICATION_CLIENT__RESOURCE_REFS
          The meta object literal for the 'Resource Refs' containment reference list feature
static EReference APPLICATION_CLIENT__SERVICE_REFS
          The meta object literal for the 'Service Refs' containment reference list feature
static EAttribute APPLICATION_CLIENT__VERSION
          The meta object literal for the 'Version' attribute feature
static EEnum RES_AUTH_APPLICATION_TYPE
          The meta object literal for the 'Res Auth Application Type' enum
 

Field Detail

APPLICATION_CLIENT

public static final EClass APPLICATION_CLIENT
The meta object literal for the 'Application Client' class.

See Also:
ApplicationClientImpl, ClientPackageImpl.getApplicationClient()

APPLICATION_CLIENT__VERSION

public static final EAttribute APPLICATION_CLIENT__VERSION
The meta object literal for the 'Version' attribute feature.


APPLICATION_CLIENT__RESOURCE_REFS

public static final EReference APPLICATION_CLIENT__RESOURCE_REFS
The meta object literal for the 'Resource Refs' containment reference list feature.


APPLICATION_CLIENT__ENVIRONMENT_PROPS

public static final EReference APPLICATION_CLIENT__ENVIRONMENT_PROPS
The meta object literal for the 'Environment Props' containment reference list feature.


APPLICATION_CLIENT__EJB_REFERENCES

public static final EReference APPLICATION_CLIENT__EJB_REFERENCES
The meta object literal for the 'Ejb References' containment reference list feature.


APPLICATION_CLIENT__RESOURCE_ENV_REFS

public static final EReference APPLICATION_CLIENT__RESOURCE_ENV_REFS
The meta object literal for the 'Resource Env Refs' containment reference list feature.


APPLICATION_CLIENT__CALLBACK_HANDLER

public static final EReference APPLICATION_CLIENT__CALLBACK_HANDLER
The meta object literal for the 'Callback Handler' reference feature.


APPLICATION_CLIENT__SERVICE_REFS

public static final EReference APPLICATION_CLIENT__SERVICE_REFS
The meta object literal for the 'Service Refs' containment reference list feature.


APPLICATION_CLIENT__MESSAGE_DESTINATION_REFS

public static final EReference APPLICATION_CLIENT__MESSAGE_DESTINATION_REFS
The meta object literal for the 'Message Destination Refs' containment reference list feature.


APPLICATION_CLIENT__MESSAGE_DESTINATIONS

public static final EReference APPLICATION_CLIENT__MESSAGE_DESTINATIONS
The meta object literal for the 'Message Destinations' containment reference list feature.


RES_AUTH_APPLICATION_TYPE

public static final EEnum RES_AUTH_APPLICATION_TYPE
The meta object literal for the 'Res Auth Application Type' enum.

See Also:
ResAuthApplicationType, ClientPackageImpl.getResAuthApplicationType()