| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| SAWSDL |
|
| 0.0;0 |
| 1 | /* | |
| 2 | wsmo4j - a WSMO API and Reference Implementation | |
| 3 | ||
| 4 | Copyright (c) 2004-2007, Ontotext Lab. / SIRMA | |
| 5 | ||
| 6 | This library is free software; you can redistribute it and/or modify it under | |
| 7 | the terms of the GNU Lesser General Public License as published by the Free | |
| 8 | Software Foundation; either version 2.1 of the License, or (at your option) | |
| 9 | any later version. | |
| 10 | This library is distributed in the hope that it will be useful, but WITHOUT | |
| 11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | |
| 12 | FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | |
| 13 | details. | |
| 14 | You should have received a copy of the GNU Lesser General Public License along | |
| 15 | with this library; if not, write to the Free Software Foundation, Inc., | |
| 16 | 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
| 17 | */ | |
| 18 | ||
| 19 | package org.wsmo.grounding.sawsdl; | |
| 20 | ||
| 21 | 0 | public class SAWSDL { |
| 22 | ||
| 23 | /** | |
| 24 | * @uml.property name="SAWSDL_NS_URI" readOnly="true" | |
| 25 | */ | |
| 26 | public static final String SAWSDL_NS_URI = "http://www.w3.org/ns/sawsdl"; | |
| 27 | ||
| 28 | public static final String DEFAULT_SAWSDL_NS_PREFIX = "sawsdl"; | |
| 29 | ||
| 30 | /** | |
| 31 | * @uml.property name="WSDL_NS_URI" readOnly="true" | |
| 32 | */ | |
| 33 | public static final String WSDL_NS_URI = "http://www.w3.org/ns/wsdl"; | |
| 34 | ||
| 35 | /** | |
| 36 | * @uml.property name="REF_ATTRIBUTE" readOnly="true" | |
| 37 | */ | |
| 38 | public static final String REF_ATTRIBUTE = "modelReference"; | |
| 39 | ||
| 40 | /** | |
| 41 | * @uml.property name="LOWERING_ATTRIBUTE" | |
| 42 | */ | |
| 43 | public static final String LOWERING_ATTRIBUTE = "loweringSchemaMapping"; | |
| 44 | ||
| 45 | /** | |
| 46 | * @uml.property name="LIFTING_ATTRIBUTE" readOnly="true" | |
| 47 | */ | |
| 48 | public static final String LIFTING_ATTRIBUTE = "liftingSchemaMapping"; | |
| 49 | ||
| 50 | } | |
| 51 | ||
| 52 | /* | |
| 53 | * $Log$ | |
| 54 | * Revision 1.2 2007/04/25 16:35:48 alex_simov | |
| 55 | * no message | |
| 56 | * | |
| 57 | * Revision 1.1 2007/04/24 14:09:44 alex_simov | |
| 58 | * new SA-WSDL api | |
| 59 | * | |
| 60 | */ |