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

19 lines
227 B
Plaintext

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