#include <Property.h>
Public Member Functions | |
WSF_EXTERN | Property (std::string name, void *value) |
WSF_EXTERN | Property (std::string name, void *value, axis2_scope_t scope) |
WSF_EXTERN std::string | getName () |
WSF_EXTERN void * | getValue () |
WSF_EXTERN axis2_scope_t | getScope () |
WSF_EXTERN wso2wsf::Property::Property | ( | std::string | name, | |
void * | value | |||
) |
Creates a node struct.
name | property key string. | |
value | pointer to property to be set. |
WSF_EXTERN wso2wsf::Property::Property | ( | std::string | name, | |
void * | value, | |||
axis2_scope_t | scope | |||
) |
Creates a node struct.
name | property key string. | |
value | pointer to property to be set. | |
scope | scope of property. |
WSF_EXTERN std::string wso2wsf::Property::getName | ( | ) |
Gets Property name.
WSF_EXTERN axis2_scope_t wso2wsf::Property::getScope | ( | ) |
Gets Property scope.
WSF_EXTERN void* wso2wsf::Property::getValue | ( | ) |
Gets Property value.