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


public interface WscommonPackage

The Package for the model. It contains accessors for the meta objects to represent

**

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.

See Also:
WscommonFactory

Nested Class Summary
static interface WscommonPackage.Literals
           Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static int DESCRIPTION_TYPE
          The meta object id for the 'Description Type' class
static int DESCRIPTION_TYPE__LANG
          The feature id for the 'Lang' attribute
static int DESCRIPTION_TYPE__VALUE
          The feature id for the 'Value' attribute
static int DESCRIPTION_TYPE_FEATURE_COUNT
          The number of structural features of the 'Description Type' class
static int DISPLAY_NAME_TYPE
          The meta object id for the 'Display Name Type' class
static int DISPLAY_NAME_TYPE__LANG
          The feature id for the 'Lang' attribute
static int DISPLAY_NAME_TYPE__VALUE
          The feature id for the 'Value' attribute
static int DISPLAY_NAME_TYPE_FEATURE_COUNT
          The number of structural features of the 'Display Name Type' class
static WscommonPackage 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
          The package namespace URI
static int INIT_PARAM
          The meta object id for the 'Init Param' class
static int INIT_PARAM__DESCRIPTION
          The feature id for the 'Description' attribute
static int INIT_PARAM__DESCRIPTION_TYPES
          The feature id for the 'Description Types' containment reference list
static int INIT_PARAM__PARAM_NAME
          The feature id for the 'Param Name' attribute
static int INIT_PARAM__PARAM_VALUE
          The feature id for the 'Param Value' attribute
static int INIT_PARAM_FEATURE_COUNT
          The number of structural features of the 'Init Param' class
static int PORT_NAME
          The meta object id for the 'Port Name' class
static int PORT_NAME__PORT_NAME
          The feature id for the 'Port Name' attribute
static int PORT_NAME_FEATURE_COUNT
          The number of structural features of the 'Port Name' class
static int SOAP_HEADER
          The meta object id for the 'SOAP Header' class
static int SOAP_HEADER__COMBINED_QNAME
          The feature id for the 'Combined QName' attribute
static int SOAP_HEADER__INTERNAL_PREFIX_OR_NS_URI
          The feature id for the 'Internal Prefix Or Ns URI' attribute
static int SOAP_HEADER__LOCAL_PART
          The feature id for the 'Local Part' attribute
static int SOAP_HEADER__NAMESPACE_URI
          The feature id for the 'Namespace URI' attribute
static int SOAP_HEADER_FEATURE_COUNT
          The number of structural features of the 'SOAP Header' class
static int SOAP_ROLE
          The meta object id for the 'SOAP Role' class
static int SOAP_ROLE__SOAP_ROLE
          The feature id for the 'Soap Role' attribute
static int SOAP_ROLE_FEATURE_COUNT
          The number of structural features of the 'SOAP Role' class
 
Method Summary
 EClass getDescriptionType()
          Returns the meta object for class 'Description Type'
 EClass getDisplayNameType()
          Returns the meta object for class 'Display Name Type'
 EAttribute getInitParam_Description()
          Returns the meta object for the attribute 'Description'
 EReference getInitParam_DescriptionTypes()
          Returns the meta object for the containment reference list 'Description Types'
 EAttribute getInitParam_ParamName()
          Returns the meta object for the attribute 'Param Name'
 EAttribute getInitParam_ParamValue()
          Returns the meta object for the attribute 'Param Value'
 EClass getInitParam()
          Returns the meta object for class 'Init Param'
 EAttribute getPortName_PortName()
          Returns the meta object for the attribute 'Port Name'
 EClass getPortName()
          Returns the meta object for class 'Port Name'
 EClass getSOAPHeader()
          Returns the meta object for class 'SOAP Header'
 EAttribute getSOAPRole_SoapRole()
          Returns the meta object for the attribute 'Soap Role'
 EClass getSOAPRole()
          Returns the meta object for class 'SOAP Role'
 WscommonFactory getWscommonFactory()
          Returns the factory that creates the instances of the model
 

Field Detail

eNAME

public static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

public static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

public static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

public static final WscommonPackage eINSTANCE
The singleton instance of the package.


INIT_PARAM

public static final int INIT_PARAM
The meta object id for the 'Init Param' class.

See Also:
InitParamImpl, WscommonPackageImpl.getInitParam(), Constant Field Values

INIT_PARAM__PARAM_NAME

public static final int INIT_PARAM__PARAM_NAME
The feature id for the 'Param Name' attribute.

See Also:
Constant Field Values

INIT_PARAM__PARAM_VALUE

public static final int INIT_PARAM__PARAM_VALUE
The feature id for the 'Param Value' attribute.

See Also:
Constant Field Values

INIT_PARAM__DESCRIPTION

public static final int INIT_PARAM__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

INIT_PARAM__DESCRIPTION_TYPES

public static final int INIT_PARAM__DESCRIPTION_TYPES
The feature id for the 'Description Types' containment reference list.

See Also:
Constant Field Values

INIT_PARAM_FEATURE_COUNT

public static final int INIT_PARAM_FEATURE_COUNT
The number of structural features of the 'Init Param' class.

See Also:
Constant Field Values

SOAP_HEADER

public static final int SOAP_HEADER
The meta object id for the 'SOAP Header' class.

See Also:
SOAPHeaderImpl, WscommonPackageImpl.getSOAPHeader(), Constant Field Values

SOAP_HEADER__NAMESPACE_URI

public static final int SOAP_HEADER__NAMESPACE_URI
The feature id for the 'Namespace URI' attribute.

See Also:
Constant Field Values

SOAP_HEADER__LOCAL_PART

public static final int SOAP_HEADER__LOCAL_PART
The feature id for the 'Local Part' attribute.

See Also:
Constant Field Values

SOAP_HEADER__COMBINED_QNAME

public static final int SOAP_HEADER__COMBINED_QNAME
The feature id for the 'Combined QName' attribute.

See Also:
Constant Field Values

SOAP_HEADER__INTERNAL_PREFIX_OR_NS_URI

public static final int SOAP_HEADER__INTERNAL_PREFIX_OR_NS_URI
The feature id for the 'Internal Prefix Or Ns URI' attribute.

See Also:
Constant Field Values

SOAP_HEADER_FEATURE_COUNT

public static final int SOAP_HEADER_FEATURE_COUNT
The number of structural features of the 'SOAP Header' class.

See Also:
Constant Field Values

SOAP_ROLE

public static final int SOAP_ROLE
The meta object id for the 'SOAP Role' class.

See Also:
SOAPRoleImpl, WscommonPackageImpl.getSOAPRole(), Constant Field Values

SOAP_ROLE__SOAP_ROLE

public static final int SOAP_ROLE__SOAP_ROLE
The feature id for the 'Soap Role' attribute.

See Also:
Constant Field Values

SOAP_ROLE_FEATURE_COUNT

public static final int SOAP_ROLE_FEATURE_COUNT
The number of structural features of the 'SOAP Role' class.

See Also:
Constant Field Values

PORT_NAME

public static final int PORT_NAME
The meta object id for the 'Port Name' class.

See Also:
PortNameImpl, WscommonPackageImpl.getPortName(), Constant Field Values

PORT_NAME__PORT_NAME

public static final int PORT_NAME__PORT_NAME
The feature id for the 'Port Name' attribute.

See Also:
Constant Field Values

PORT_NAME_FEATURE_COUNT

public static final int PORT_NAME_FEATURE_COUNT
The number of structural features of the 'Port Name' class.

See Also:
Constant Field Values

DESCRIPTION_TYPE

public static final int DESCRIPTION_TYPE
The meta object id for the 'Description Type' class.

See Also:
DescriptionTypeImpl, WscommonPackageImpl.getDescriptionType(), Constant Field Values

DESCRIPTION_TYPE__LANG

public static final int DESCRIPTION_TYPE__LANG
The feature id for the 'Lang' attribute.

See Also:
Constant Field Values

DESCRIPTION_TYPE__VALUE

public static final int DESCRIPTION_TYPE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values

DESCRIPTION_TYPE_FEATURE_COUNT

public static final int DESCRIPTION_TYPE_FEATURE_COUNT
The number of structural features of the 'Description Type' class.

See Also:
Constant Field Values

DISPLAY_NAME_TYPE

public static final int DISPLAY_NAME_TYPE
The meta object id for the 'Display Name Type' class.

See Also:
DisplayNameTypeImpl, WscommonPackageImpl.getDisplayNameType(), Constant Field Values

DISPLAY_NAME_TYPE__LANG

public static final int DISPLAY_NAME_TYPE__LANG
The feature id for the 'Lang' attribute.

See Also:
Constant Field Values

DISPLAY_NAME_TYPE__VALUE

public static final int DISPLAY_NAME_TYPE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values

DISPLAY_NAME_TYPE_FEATURE_COUNT

public static final int DISPLAY_NAME_TYPE_FEATURE_COUNT
The number of structural features of the 'Display Name Type' class.

See Also:
Constant Field Values
Method Detail

getInitParam

public EClass getInitParam()
Returns the meta object for class 'Init Param'.

Returns:
the meta object for class 'Init Param'.
See Also:
InitParam

getInitParam_ParamName

public EAttribute getInitParam_ParamName()
Returns the meta object for the attribute 'Param Name'.

Returns:
the meta object for the attribute 'Param Name'.
See Also:
InitParam.getParamName(), getInitParam()

getInitParam_ParamValue

public EAttribute getInitParam_ParamValue()
Returns the meta object for the attribute 'Param Value'.

Returns:
the meta object for the attribute 'Param Value'.
See Also:
InitParam.getParamValue(), getInitParam()

getInitParam_Description

public EAttribute getInitParam_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
InitParam.getDescription(), getInitParam()

getInitParam_DescriptionTypes

public EReference getInitParam_DescriptionTypes()
Returns the meta object for the containment reference list 'Description Types'.

Returns:
the meta object for the containment reference list 'Description Types'.
See Also:
InitParam.getDescriptionTypes(), getInitParam()

getSOAPHeader

public EClass getSOAPHeader()
Returns the meta object for class 'SOAP Header'.

Returns:
the meta object for class 'SOAP Header'.
See Also:
SOAPHeader

getSOAPRole

public EClass getSOAPRole()
Returns the meta object for class 'SOAP Role'.

Returns:
the meta object for class 'SOAP Role'.
See Also:
SOAPRole

getSOAPRole_SoapRole

public EAttribute getSOAPRole_SoapRole()
Returns the meta object for the attribute 'Soap Role'.

Returns:
the meta object for the attribute 'Soap Role'.
See Also:
SOAPRole.getSoapRole(), getSOAPRole()

getPortName

public EClass getPortName()
Returns the meta object for class 'Port Name'.

Returns:
the meta object for class 'Port Name'.
See Also:
PortName

getPortName_PortName

public EAttribute getPortName_PortName()
Returns the meta object for the attribute 'Port Name'.

Returns:
the meta object for the attribute 'Port Name'.
See Also:
PortName.getPortName(), getPortName()

getDescriptionType

public EClass getDescriptionType()
Returns the meta object for class 'Description Type'.

Returns:
the meta object for class 'Description Type'.
See Also:
DescriptionType

getDisplayNameType

public EClass getDisplayNameType()
Returns the meta object for class 'Display Name Type'.

Returns:
the meta object for class 'Display Name Type'.
See Also:
DisplayNameType

getWscommonFactory

public WscommonFactory getWscommonFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.