DomainSourceModelTypeTranslators

Identifier:
org.eclipse.jst.jsf.common.DomainSourceModelTypeTranslators

Since:
2.0

Description:
** Should be considered internal at this time. Subject to change ** Allows for metadata domain translators to be applied to a metadata domain source type.

Configuration Markup:

<!ELEMENT extension (domainSourceModelTypeTranslator)*>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT domainSourceModelTypeTranslator EMPTY>

<!ATTLIST domainSourceModelTypeTranslator

domainSourceModelTypeId CDATA #REQUIRED

translatorClass         CDATA #REQUIRED

>


Examples:


Copyright 2007 Oracle All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html