LRAUV  revA
InputInfo Class Reference

Information to create a Input in a Method. More...

#include <Method.h>

Collaboration diagram for InputInfo:

Public Member Functions

 InputInfo (const Str &name, const Str &uriPart, DataValue *defaultValue)
 
virtual ~InputInfo ()
 
const StrgetName ()
 
const StrgetUriPart ()
 
DataValuegetDataValue ()
 

Protected Attributes

const Str name_
 
const Str uriPart_
 
DataValuedefaultValue_
 

Private Member Functions

 InputInfo (const InputInfo &old)
 

Detailed Description

Information to create a Input in a Method.

Constructor & Destructor Documentation

InputInfo::InputInfo ( const Str name,
const Str uriPart,
DataValue defaultValue 
)
inline
InputInfo::~InputInfo ( )
virtual

References defaultValue_.

InputInfo::InputInfo ( const InputInfo old)
private

Member Function Documentation

DataValue* InputInfo::getDataValue ( void  )
inline

References defaultValue_.

Referenced by Method::Method().

const Str& InputInfo::getName ( void  )
inline

References name_.

const Str& InputInfo::getUriPart ( )
inline

References uriPart_.

Referenced by Method::Method().

Member Data Documentation

DataValue* InputInfo::defaultValue_
protected

Referenced by getDataValue(), and ~InputInfo().

const Str InputInfo::name_
protected

Referenced by getName().

const Str InputInfo::uriPart_
protected

Referenced by getUriPart().


The documentation for this class was generated from the following files: