Treex::PML::Schema::Choice documentation

Table of contents


NAME

ToC

Treex::PML::Schema::Choice - implements declaration of an enumerated type (choice).

INHERITANCE

ToC

This class inherits from Treex::PML::Schema::Decl.

METHODS

ToC

See the super-class for the complete list.

$decl->get_decl_type ()

Returns the constant PML_CHOICE_DECL.

$decl->get_decl_type_str ()

Returns the string 'choice'.

$decl->get_values ()

Return list of possible values.

$decl->set_values (\@values)

Set possible values.

SEE ALSO

ToC

Treex::PML::Schema::Decl, Treex::PML::Schema, Treex::PML::CDATA.

COPYRIGHT AND LICENSE

ToC

BUGS

ToC

None reported... yet.