org.eclipse.jst.j2ee.webservice.wscommon
Interface WscommonPackage.Literals

Enclosing interface:
WscommonPackage

public static interface WscommonPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass DESCRIPTION_TYPE
          The meta object literal for the 'Description Type' class
static org.eclipse.emf.ecore.EClass DISPLAY_NAME_TYPE
          The meta object literal for the 'Display Name Type' class
static org.eclipse.emf.ecore.EClass INIT_PARAM
          The meta object literal for the 'Init Param' class
static org.eclipse.emf.ecore.EAttribute INIT_PARAM__DESCRIPTION
          The meta object literal for the 'Description' attribute feature
static org.eclipse.emf.ecore.EReference INIT_PARAM__DESCRIPTION_TYPES
          The meta object literal for the 'Description Types' containment reference list feature
static org.eclipse.emf.ecore.EAttribute INIT_PARAM__PARAM_NAME
          The meta object literal for the 'Param Name' attribute feature
static org.eclipse.emf.ecore.EAttribute INIT_PARAM__PARAM_VALUE
          The meta object literal for the 'Param Value' attribute feature
static org.eclipse.emf.ecore.EClass PORT_NAME
          The meta object literal for the 'Port Name' class
static org.eclipse.emf.ecore.EAttribute PORT_NAME__PORT_NAME
          The meta object literal for the 'Port Name' attribute feature
static org.eclipse.emf.ecore.EClass SOAP_HEADER
          The meta object literal for the 'SOAP Header' class
static org.eclipse.emf.ecore.EClass SOAP_ROLE
          The meta object literal for the 'SOAP Role' class
static org.eclipse.emf.ecore.EAttribute SOAP_ROLE__SOAP_ROLE
          The meta object literal for the 'Soap Role' attribute feature
 

Field Detail

INIT_PARAM

static final org.eclipse.emf.ecore.EClass INIT_PARAM
The meta object literal for the 'Init Param' class.

See Also:
InitParamImpl, WscommonPackageImpl.getInitParam()

INIT_PARAM__PARAM_NAME

static final org.eclipse.emf.ecore.EAttribute INIT_PARAM__PARAM_NAME
The meta object literal for the 'Param Name' attribute feature.


INIT_PARAM__PARAM_VALUE

static final org.eclipse.emf.ecore.EAttribute INIT_PARAM__PARAM_VALUE
The meta object literal for the 'Param Value' attribute feature.


INIT_PARAM__DESCRIPTION

static final org.eclipse.emf.ecore.EAttribute INIT_PARAM__DESCRIPTION
The meta object literal for the 'Description' attribute feature.


INIT_PARAM__DESCRIPTION_TYPES

static final org.eclipse.emf.ecore.EReference INIT_PARAM__DESCRIPTION_TYPES
The meta object literal for the 'Description Types' containment reference list feature.


SOAP_HEADER

static final org.eclipse.emf.ecore.EClass SOAP_HEADER
The meta object literal for the 'SOAP Header' class.

See Also:
SOAPHeaderImpl, WscommonPackageImpl.getSOAPHeader()

SOAP_ROLE

static final org.eclipse.emf.ecore.EClass SOAP_ROLE
The meta object literal for the 'SOAP Role' class.

See Also:
SOAPRoleImpl, WscommonPackageImpl.getSOAPRole()

SOAP_ROLE__SOAP_ROLE

static final org.eclipse.emf.ecore.EAttribute SOAP_ROLE__SOAP_ROLE
The meta object literal for the 'Soap Role' attribute feature.


PORT_NAME

static final org.eclipse.emf.ecore.EClass PORT_NAME
The meta object literal for the 'Port Name' class.

See Also:
PortNameImpl, WscommonPackageImpl.getPortName()

PORT_NAME__PORT_NAME

static final org.eclipse.emf.ecore.EAttribute PORT_NAME__PORT_NAME
The meta object literal for the 'Port Name' attribute feature.


DESCRIPTION_TYPE

static final org.eclipse.emf.ecore.EClass DESCRIPTION_TYPE
The meta object literal for the 'Description Type' class.

See Also:
DescriptionTypeImpl, WscommonPackageImpl.getDescriptionType()

DISPLAY_NAME_TYPE

static final org.eclipse.emf.ecore.EClass DISPLAY_NAME_TYPE
The meta object literal for the 'Display Name Type' class.

See Also:
DisplayNameTypeImpl, WscommonPackageImpl.getDisplayNameType()