Update of /sources/public/2006/unicorn/org/w3c/unicorn/contract In directory hutz:/tmp/cvs-serv32752/org/w3c/unicorn/contract Modified Files: WADLUnmarshaller.java Log Message: New contract (WADL only). Index: WADLUnmarshaller.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/contract/WADLUnmarshaller.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- WADLUnmarshaller.java 31 Aug 2006 09:09:21 -0000 1.1.1.1 +++ WADLUnmarshaller.java 19 Feb 2008 12:51:01 -0000 1.2 @@ -5,7 +5,9 @@ package org.w3c.unicorn.contract; import java.util.List; +import java.util.Map; +import org.w3c.unicorn.util.LocalizedString; import org.w3c.unicorn.util.Unmarshaller; /** @@ -19,4 +21,18 @@ */ public abstract List<CallMethod> getListOfCallMethod(); + Map<EnumInputMethod, InputMethod> getMapOfInputMethod(); + + public String getID (); + + public LocalizedString getName (); + + public LocalizedString getDescription (); + + public LocalizedString getHelpLocation (); + + public LocalizedString getProvider (); + + public String getNameOfLangParameter (); + } \ No newline at end of fileReceived on Tuesday, 19 February 2008 12:51:11 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 19 February 2008 12:51:11 GMT