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

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier

public interface WscommonPackage
extends org.eclipse.emf.ecore.EPackage

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
 
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 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
 org.eclipse.emf.ecore.EClass getDescriptionType()
          Returns the meta object for class 'Description Type'
 org.eclipse.emf.ecore.EClass getDisplayNameType()
          Returns the meta object for class 'Display Name Type'
 org.eclipse.emf.ecore.EAttribute getInitParam_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EReference getInitParam_DescriptionTypes()
          Returns the meta object for the containment reference list 'Description Types'
 org.eclipse.emf.ecore.EAttribute getInitParam_ParamName()
          Returns the meta object for the attribute 'Param Name'
 org.eclipse.emf.ecore.EAttribute getInitParam_ParamValue()
          Returns the meta object for the attribute 'Param Value'
 org.eclipse.emf.ecore.EClass getInitParam()
          Returns the meta object for class 'Init Param'
 org.eclipse.emf.ecore.EAttribute getPortName_PortName()
          Returns the meta object for the attribute 'Port Name'
 org.eclipse.emf.ecore.EClass getPortName()
          Returns the meta object for class 'Port Name'
 org.eclipse.emf.ecore.EClass getSOAPHeader()
          Returns the meta object for class 'SOAP Header'
 org.eclipse.emf.ecore.EAttribute getSOAPRole_SoapRole()
          Returns the meta object for the attribute 'Soap Role'
 org.eclipse.emf.ecore.EClass getSOAPRole()
          Returns the meta object for class 'SOAP Role'
 WscommonFactory getWscommonFactory()
          Returns the factory that creates the instances of the model
 
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

eNAME

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

See Also:
Constant Field Values

eNS_URI

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

See Also:
Constant Field Values

eNS_PREFIX

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

See Also:
Constant Field Values

eINSTANCE

static final WscommonPackage eINSTANCE
The singleton instance of the package.


INIT_PARAM

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

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

See Also:
Constant Field Values

INIT_PARAM__PARAM_VALUE

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

See Also:
Constant Field Values

INIT_PARAM__DESCRIPTION

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

See Also:
Constant Field Values

INIT_PARAM__DESCRIPTION_TYPES

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

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

See Also:
Constant Field Values

SOAP_HEADER

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

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

See Also:
Constant Field Values

SOAP_HEADER__LOCAL_PART

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

See Also:
Constant Field Values

SOAP_HEADER__COMBINED_QNAME

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

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

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

See Also:
Constant Field Values

SOAP_ROLE

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

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

See Also:
Constant Field Values

SOAP_ROLE_FEATURE_COUNT

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

See Also:
Constant Field Values

PORT_NAME

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

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

See Also:
Constant Field Values

PORT_NAME_FEATURE_COUNT

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

See Also:
Constant Field Values

DESCRIPTION_TYPE

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

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

See Also:
Constant Field Values

DESCRIPTION_TYPE__VALUE

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

See Also:
Constant Field Values

DESCRIPTION_TYPE_FEATURE_COUNT

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

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

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

See Also:
Constant Field Values

DISPLAY_NAME_TYPE__VALUE

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

See Also:
Constant Field Values

DISPLAY_NAME_TYPE_FEATURE_COUNT

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

org.eclipse.emf.ecore.EClass getInitParam()
Returns the meta object for class 'Init Param'.

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

getInitParam_ParamName

org.eclipse.emf.ecore.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

org.eclipse.emf.ecore.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

org.eclipse.emf.ecore.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

org.eclipse.emf.ecore.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

org.eclipse.emf.ecore.EClass getSOAPHeader()
Returns the meta object for class 'SOAP Header'.

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

getSOAPRole

org.eclipse.emf.ecore.EClass getSOAPRole()
Returns the meta object for class 'SOAP Role'.

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

getSOAPRole_SoapRole

org.eclipse.emf.ecore.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

org.eclipse.emf.ecore.EClass getPortName()
Returns the meta object for class 'Port Name'.

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

getPortName_PortName

org.eclipse.emf.ecore.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

org.eclipse.emf.ecore.EClass getDescriptionType()
Returns the meta object for class 'Description Type'.

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

getDisplayNameType

org.eclipse.emf.ecore.EClass getDisplayNameType()
Returns the meta object for class 'Display Name Type'.

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

getWscommonFactory

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

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