Class representing a single parameter to be sent to an object.
Class Param( name, value, [vtype],[ctype],[id] ) from \
BaseDom(( "param", nil, ParamAttribs))
| name | The name of the parameter. |
| value | The value of the parameter. |
| vtype | Valye type (data, ref or object). |
| ctype | Content-type of the parameter value. |
| id | The unique entity ID in the document. |
| Properties inherited from class BaseDom | |
| childTypeList | |
| children | |
| eattr | |
| hname | |
| parent | |
| profile | Meta-profiles. |
| text | |
| Methods inherited from class BaseDom | |
| render | |
| st_makesep | |