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 EClass DESCRIPTION_TYPE
          The meta object literal for the 'Description Type' class
static EClass DISPLAY_NAME_TYPE
          The meta object literal for the 'Display Name Type' class
static EClass INIT_PARAM
          The meta object literal for the 'Init Param' class
static EAttribute INIT_PARAM__DESCRIPTION
          The meta object literal for the 'Description' attribute feature
static EReference INIT_PARAM__DESCRIPTION_TYPES
          The meta object literal for the 'Description Types' containment reference list feature
static EAttribute INIT_PARAM__PARAM_NAME
          The meta object literal for the 'Param Name' attribute feature
static EAttribute INIT_PARAM__PARAM_VALUE
          The meta object literal for the 'Param Value' attribute feature
static EClass PORT_NAME
          The meta object literal for the 'Port Name' class
static EAttribute PORT_NAME__PORT_NAME
          The meta object literal for the 'Port Name' attribute feature
static EClass SOAP_HEADER
          The meta object literal for the 'SOAP Header' class
static EClass SOAP_ROLE
          The meta object literal for the 'SOAP Role' class
static EAttribute SOAP_ROLE__SOAP_ROLE
          The meta object literal for the 'Soap Role' attribute feature
 

Field Detail

INIT_PARAM

public static final EClass INIT_PARAM
The meta object literal for the 'Init Param' class.

See Also:
InitParamImpl, WscommonPackageImpl.getInitParam()

INIT_PARAM__PARAM_NAME

public static final EAttribute INIT_PARAM__PARAM_NAME
The meta object literal for the 'Param Name' attribute feature.


INIT_PARAM__PARAM_VALUE

public static final EAttribute INIT_PARAM__PARAM_VALUE
The meta object literal for the 'Param Value' attribute feature.


INIT_PARAM__DESCRIPTION

public static final EAttribute INIT_PARAM__DESCRIPTION
The meta object literal for the 'Description' attribute feature.


INIT_PARAM__DESCRIPTION_TYPES

public static final EReference INIT_PARAM__DESCRIPTION_TYPES
The meta object literal for the 'Description Types' containment reference list feature.


SOAP_HEADER

public static final EClass SOAP_HEADER
The meta object literal for the 'SOAP Header' class.

See Also:
SOAPHeaderImpl, WscommonPackageImpl.getSOAPHeader()

SOAP_ROLE

public static final EClass SOAP_ROLE
The meta object literal for the 'SOAP Role' class.

See Also:
SOAPRoleImpl, WscommonPackageImpl.getSOAPRole()

SOAP_ROLE__SOAP_ROLE

public static final EAttribute SOAP_ROLE__SOAP_ROLE
The meta object literal for the 'Soap Role' attribute feature.


PORT_NAME

public static final EClass PORT_NAME
The meta object literal for the 'Port Name' class.

See Also:
PortNameImpl, WscommonPackageImpl.getPortName()

PORT_NAME__PORT_NAME

public static final EAttribute PORT_NAME__PORT_NAME
The meta object literal for the 'Port Name' attribute feature.


DESCRIPTION_TYPE

public static final EClass DESCRIPTION_TYPE
The meta object literal for the 'Description Type' class.

See Also:
DescriptionTypeImpl, WscommonPackageImpl.getDescriptionType()

DISPLAY_NAME_TYPE

public static final EClass DISPLAY_NAME_TYPE
The meta object literal for the 'Display Name Type' class.

See Also:
DisplayNameTypeImpl, WscommonPackageImpl.getDisplayNameType()