The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::EastCoJp::Dictionary::ParameterConstraints - Constraints for EAST.co.jp's parameter.

SYNOPSIS

  use Moose;
  use WebService::EastCoJp::Dictionary::ParameterConstraints;
  has dic => (
      is  => "rw",
      isa => "RequestParameter::Dic",
  );

DESCRIPTION

This module is used to for following modules.

  - WebService::EastCoJp::Dictionary
  - WebService::EastCoJp::Dictionary::SearchDicItemParameter
  - WebService::EastCoJp::Dictionary::GetDicItemParameter

CONSTRAINTS

All constraint:

  - RequestParameter::Dic
  - RequestParameter::Scope
  - RequestParameter::Match
  - RequestParameter::Merge
  - RequestParameter::Prof
  - RequestParameter::Item
  - RequestParameter::Loc
  - RequestParameter::Search
  - RequestParameter::Get
RequestParameter::Dic

This constraint restrict to "EJdict" or "EdictJE" or "wpedia" the Dic attribute.

RequestParameter::Scope

This constraint restrict to "HEADWORD" or "ANYWHERE" the Scope attribute.

RequestParameter::Match

This constraint restrict to "STARTWITH" or "ENDWITH" or "CONTAIN" or "EXACT" the Match attribute.

RequestParameter::Merge

This constraint restrict to "AND" or "OR" the Merge attribute.

RequestParameter::Prof

This constraint restrict to "XHTML" the Prof attribute.

RequestParameter::Item

This constraint restrict to numeric string the Item attribute.

RequestParameter::Loc

This constraint restrict to empty string the Loc attribute.

RequestParameter::Search

This constraint restrict to SearchDicItemParameter the search attribute.

RequestParameter::Get

This constraint restrict to GetDicItemParameter the search attribute.

SEE ALSO

WebService::EastCoJp::Dictionary WebService::EastCoJp::Dictionary::SearchDicItemParameter WebService::EastCoJp::Dictionary::GetDicItemParameter

AUTHOR

Kuniyoshi Kouji, <kuniyoshi@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Kuniyoshi Kouji

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.