Files
EWF/library/server/wsf_html/webcontrol/wsf_validator.e
2013-09-05 16:51:51 +02:00

26 lines
287 B
Plaintext

note
description: "Summary description for {WSF_VALIDATOR}."
author: ""
date: "$Date$"
revision: "$Revision$"
deferred class
WSF_VALIDATOR [G]
feature {NONE}
make (e: STRING)
do
error := e
end
feature
validate (input: G): BOOLEAN
deferred
end
error: STRING
end