|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final WscommonPackage eINSTANCE
static final int INIT_PARAM
Init Param
' class.
InitParamImpl
,
WscommonPackageImpl.getInitParam()
,
Constant Field Valuesstatic final int INIT_PARAM__PARAM_NAME
static final int INIT_PARAM__PARAM_VALUE
static final int INIT_PARAM__DESCRIPTION
static final int INIT_PARAM__DESCRIPTION_TYPES
static final int INIT_PARAM_FEATURE_COUNT
static final int SOAP_HEADER
SOAP Header
' class.
SOAPHeaderImpl
,
WscommonPackageImpl.getSOAPHeader()
,
Constant Field Valuesstatic final int SOAP_HEADER__NAMESPACE_URI
static final int SOAP_HEADER__LOCAL_PART
static final int SOAP_HEADER__COMBINED_QNAME
static final int SOAP_HEADER__INTERNAL_PREFIX_OR_NS_URI
static final int SOAP_HEADER_FEATURE_COUNT
static final int SOAP_ROLE
SOAP Role
' class.
SOAPRoleImpl
,
WscommonPackageImpl.getSOAPRole()
,
Constant Field Valuesstatic final int SOAP_ROLE__SOAP_ROLE
static final int SOAP_ROLE_FEATURE_COUNT
static final int PORT_NAME
Port Name
' class.
PortNameImpl
,
WscommonPackageImpl.getPortName()
,
Constant Field Valuesstatic final int PORT_NAME__PORT_NAME
static final int PORT_NAME_FEATURE_COUNT
static final int DESCRIPTION_TYPE
Description Type
' class.
DescriptionTypeImpl
,
WscommonPackageImpl.getDescriptionType()
,
Constant Field Valuesstatic final int DESCRIPTION_TYPE__LANG
static final int DESCRIPTION_TYPE__VALUE
static final int DESCRIPTION_TYPE_FEATURE_COUNT
static final int DISPLAY_NAME_TYPE
Display Name Type
' class.
DisplayNameTypeImpl
,
WscommonPackageImpl.getDisplayNameType()
,
Constant Field Valuesstatic final int DISPLAY_NAME_TYPE__LANG
static final int DISPLAY_NAME_TYPE__VALUE
static final int DISPLAY_NAME_TYPE_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getInitParam()
Init Param
'.
InitParam
org.eclipse.emf.ecore.EAttribute getInitParam_ParamName()
Param Name
'.
InitParam.getParamName()
,
getInitParam()
org.eclipse.emf.ecore.EAttribute getInitParam_ParamValue()
Param Value
'.
InitParam.getParamValue()
,
getInitParam()
org.eclipse.emf.ecore.EAttribute getInitParam_Description()
Description
'.
InitParam.getDescription()
,
getInitParam()
org.eclipse.emf.ecore.EReference getInitParam_DescriptionTypes()
Description Types
'.
InitParam.getDescriptionTypes()
,
getInitParam()
org.eclipse.emf.ecore.EClass getSOAPHeader()
SOAP Header
'.
SOAPHeader
org.eclipse.emf.ecore.EClass getSOAPRole()
SOAP Role
'.
SOAPRole
org.eclipse.emf.ecore.EAttribute getSOAPRole_SoapRole()
Soap Role
'.
SOAPRole.getSoapRole()
,
getSOAPRole()
org.eclipse.emf.ecore.EClass getPortName()
Port Name
'.
PortName
org.eclipse.emf.ecore.EAttribute getPortName_PortName()
Port Name
'.
PortName.getPortName()
,
getPortName()
org.eclipse.emf.ecore.EClass getDescriptionType()
Description Type
'.
DescriptionType
org.eclipse.emf.ecore.EClass getDisplayNameType()
Display Name Type
'.
DisplayNameType
WscommonFactory getWscommonFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |