| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
RestxParameter
Represents a parameter for a RESTx resource or service.
This is a representation of the parameter's definition, not of the parameter's value.
|
|||
|
|||
|
|||
|
|||
| string |
|
||
| string |
|
||
| string |
|
||
| Whichever type the default value has. |
|
||
| boolean |
|
||
|
Inherited from |
|||
|
|||
__DESC_KEY =
|
|||
__REQUIRED_KEY =
|
|||
__TYPE_KEY =
|
|||
__DEFAULT_KEY =
|
|||
__name = None
|
|||
__desc = None
|
|||
__required = None
|
|||
__default_val = None
|
|||
__type_str = None
|
|||
__PARAM_STRING =
|
|||
__PARAM_PASSWORD =
|
|||
__PARAM_BOOL =
|
|||
__PARAM_DATE =
|
|||
__PARAM_TIME =
|
|||
__PARAM_NUMBER =
|
|||
__PARAM_URI =
|
|||
__TYPE_CONVERT =
|
|||
|
|||
| string |
name Return the name of the parameter. |
||
| string |
description Return the description of the parameter. |
||
| boolean |
required Indicate whether this is a required parameter. |
||
| string |
type_str Return the string representation of the type of this parameter. |
||
|
Inherited from |
|||
|
|||
Return a string representation of this paramater.
|
Create a new parameter definition representation in memory.
|
Check whether this is a valid value for this parameter. Raises an exception if there's a problem.
|
Return the name of the parameter.
|
Return the description of the parameter.
|
Return the string representation of the type of this parameter.
|
Return the default value, if one was set.
|
Indicate whether this is a required parameter.
|
|
|||
__TYPE_CONVERT
|
|
|||
nameReturn the name of the parameter.
|
descriptionReturn the description of the parameter.
|
requiredIndicate whether this is a required parameter.
|
type_strReturn the string representation of the type of this parameter.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Aug 3 05:42:55 2010 | http://epydoc.sourceforge.net |