
org.cristalise.kernel.utils.resources.mapFiles.LookupPathMap.xml Maven / Gradle / Ivy
<?xml version="1.0"?> <!-- This file is part of the CRISTAL-iSE kernel. Copyright (c) 2001-2015 The CRISTAL Consortium. All rights reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. http://www.fsf.org/licensing/licenses/lgpl.html --> <mapping> <class name="org.cristalise.kernel.lookup.Path"> <field name="mPath" type="string" direct="false" get-method="getStringPath" set-method="setPath"> <bind-xml name="path" node="attribute" /> </field> </class> <class name="org.cristalise.kernel.lookup.ItemPath" extends="org.cristalise.kernel.lookup.Path"> <map-to xml="ItemPath" /> <field name="mIOR" type="string" direct="false" get-method="getIORString" set-method="setIORString"> <bind-xml node="text" /> </field> </class> <class name="org.cristalise.kernel.lookup.AgentPath" extends="org.cristalise.kernel.lookup.ItemPath"> <map-to xml="AgentPath" /> <field name="mAgentName" type="string" direct="false" get-method="getAgentName" set-method="setAgentName"> <bind-xml name="agentName" node="attribute" /> </field> </class> <class name="org.cristalise.kernel.lookup.DomainPath" extends="org.cristalise.kernel.lookup.Path"> <map-to xml="DomainPath" /> <field name="target" type="string" direct="false" get-method="getTargetUUID" set-method="setTargetUUID"> <bind-xml node="text" /> </field> </class> <class name="org.cristalise.kernel.lookup.RolePath" extends="org.cristalise.kernel.lookup.Path"> <map-to xml="RolePath" /> <field name="hasJobList" type="boolean" direct="false" get-method="hasJobList" set-method="setHasJobList"> <bind-xml name="hasJobList" node="attribute" /> </field> </class> </mapping>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy