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