|
LRAUV
revA
|
Information to create a Input in a Method. More...
#include <Method.h>

Public Member Functions | |
| InputInfo (const Str &name, const Str &uriPart, DataValue *defaultValue) | |
| virtual | ~InputInfo () |
| const Str & | getName () |
| const Str & | getUriPart () |
| DataValue * | getDataValue () |
Protected Attributes | |
| const Str | name_ |
| const Str | uriPart_ |
| DataValue * | defaultValue_ |
Private Member Functions | |
| InputInfo (const InputInfo &old) | |
Information to create a Input in a Method.
|
virtual |
References defaultValue_.
|
private |
|
inline |
References defaultValue_.
Referenced by Method::Method().
|
inline |
References uriPart_.
Referenced by Method::Method().
|
protected |
Referenced by getDataValue(), and ~InputInfo().
|
protected |
Referenced by getUriPart().