%TypeNameProviderExtension.name

Identifier:
com.ibm.xtools.uml.uml.msl.typeNameProvider

Since:
[Enter the first release in which this extension point appears.]

Description:
This is an internal extension point. This extension point allows clients to register type name providers to be used with property set profiles. Each property set profile may specify a type name provider that is to be used for its property sets.

Configuration Markup:

<!ELEMENT extension (typeNameProvider)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT typeNameProvider EMPTY>

<!ATTLIST typeNameProvider

id            CDATA #REQUIRED

providerClass CDATA #REQUIRED>


Examples:
[Enter extension point usage example here.]

API Information:
[Enter API information here.]

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]


/* *+------------------------------------------------------------------------+ *| Licensed Materials - Property of IBM | *| Copyright IBM Corp. 2008. All Rights Reserved. | *| | *| Note to US Government Users Restricted Rights: Use, duplication or | *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp. | *+------------------------------------------------------------------------+ */