%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>
- id - The id of the type name provider. This is the value that should be indicated in the "typeProviderID" attribute of the PropertySet profile.
- providerClass - The name of type name provider class.
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. |
*+------------------------------------------------------------------------+
*/