Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Metadata Domain Source Model Types

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

Since:
2.0

Description:
** Should be considered internal at this time. Subject to change ** Binds metadata source types to a particular domain of metadata.

Configuration Markup:

<!ELEMENT extension ( domainSourceModelTypes)*>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT domainSourceModelTypes EMPTY>

<!ATTLIST domainSourceModelTypes

domainSourceModelTypeId CDATA #REQUIRED

domainId                CDATA #REQUIRED

locator                 CDATA #REQUIRED

ordinal                 CDATA #IMPLIED

>

  • domainSourceModelTypeId - Uniquely identifies this combination of domain and source metadata locator. This id should be used by the domainSourceModelTypeTranslator ext-pt.
  • domainId - The DomainLoadingStrategy domainId that this source is being bound to.
  • locator - A class implementing IMetaDataLocator that is responsible for finding instances of metadata.
  • ordinal - An optional integer ordinal that is used to prioritize a source if the domain loading strategy does not supply it's own sorting. The higher the number, the higher the priority.


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 https://www.eclipse.org/legal/epl-v10.html


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire