| WSST documentation | Contained in the WSST distribution. |
WSST::Schema::Test - Schema::Test class of WSST
This class represents the test element of schema.
Constructor.
Accessor for the type.
Accessor for the name.
Accessor for the params.
http://code.google.com/p/wsst/
Mitsuhisa Oshikawa <mitsuhisa [at] gmail.com> Yusuke Kawasaki <u-suke [at] kawa.net>
Copyright 2008 WSS Project Team
| WSST documentation | Contained in the WSST distribution. |
package WSST::Schema::Test; use strict; use base qw(WSST::Schema::Base); __PACKAGE__->mk_accessors(qw(type name params)); our $VERSION = '0.1.1';
1;