Added new classes, implemented more methods from JSONWireProtol API.

Added test cases
This commit is contained in:
jvelilla
2013-04-22 09:15:50 -03:00
parent c344ecceec
commit 3c41ca0864
14 changed files with 1364 additions and 158 deletions

View File

@@ -9,17 +9,17 @@ class
create
make
feature
make
make ( an_element : STRING_32)
do
set_element (an_element)
end
feature -- Access
element : detachable STRING_32
element : STRING_32
--The opaque ID assigned to the element by the server.
--This ID should be used in all subsequent commands issued against the element.
feature -- Change Element
set_element (an_element : STRING)
set_element (an_element : STRING_32)
do
element := an_element
end