#include <ProvisioningAttrList.h>
|
| | ProvisioningAttrList (void) |
| | Default constructor. More...
|
| |
| | ProvisioningAttrList (UtlHashMap *pData) |
| | Reference constructor. More...
|
| |
| virtual | ~ProvisioningAttrList () |
| | Destructor. More...
|
| |
| bool | setAttribute (const char *pKey, UtlSList *pValue) |
| |
| bool | setAttribute (const char *pKey, const UtlString &rValue) |
| |
| bool | setAttribute (const char *pKey, const char *pValue) |
| |
| bool | setAttribute (const char *pKey, int value) |
| |
| bool | setAttribute (const char *pKey, bool value) |
| |
| UtlContainable * | getAttribute (const char *pKey) |
| |
| UtlContainable * | operator[] (const char *pKey) |
| |
| bool | getAttribute (const char *pKey, UtlString &rValue) |
| |
| bool | getAttribute (const char *pKey, const char *&prValue) |
| |
| bool | getAttribute (const char *pKey, int &rValue) |
| |
| bool | getAttribute (const char *pKey, bool &rValue) |
| |
| UtlHashMap * | getData (void) |
| |
| void | dumpAttributes (void) |
| |
| bool | attributeMissing (const char *pKey) |
| |
| bool | attributePresent (const char *pKey) |
| |
| void | validateAttribute (const char *pKey, eAttributeType type, bool ignoreMissing=false) |
| |
| void | validateAttributeType (const char *pKey, eAttributeType type) |
| |
| Enumerator |
|---|
| INT |
|
| BOOL |
|
| STRING |
|
| bool setAttribute |
( |
const char * |
pKey, |
|
|
UtlSList * |
pValue |
|
) |
| |
| bool setAttribute |
( |
const char * |
pKey, |
|
|
const UtlString & |
rValue |
|
) |
| |
| bool setAttribute |
( |
const char * |
pKey, |
|
|
const char * |
pValue |
|
) |
| |
| bool setAttribute |
( |
const char * |
pKey, |
|
|
int |
value |
|
) |
| |
| bool setAttribute |
( |
const char * |
pKey, |
|
|
bool |
value |
|
) |
| |
| UtlContainable * getAttribute |
( |
const char * |
pKey | ) |
|
| UtlContainable* operator[] |
( |
const char * |
pKey | ) |
|
|
inline |
| bool getAttribute |
( |
const char * |
pKey, |
|
|
UtlString & |
rValue |
|
) |
| |
| bool getAttribute |
( |
const char * |
pKey, |
|
|
const char *& |
prValue |
|
) |
| |
| bool getAttribute |
( |
const char * |
pKey, |
|
|
int & |
rValue |
|
) |
| |
| bool getAttribute |
( |
const char * |
pKey, |
|
|
bool & |
rValue |
|
) |
| |
| UtlHashMap* getData |
( |
void |
| ) |
|
|
inline |
| void dumpAttributes |
( |
void |
| ) |
|
| bool attributeMissing |
( |
const char * |
pKey | ) |
|
| bool attributePresent |
( |
const char * |
pKey | ) |
|
| void validateAttribute |
( |
const char * |
pKey, |
|
|
eAttributeType |
type, |
|
|
bool |
ignoreMissing = false |
|
) |
| |
| void deleteAttrElements |
( |
UtlContainable * |
pAttrElements | ) |
|
|
protected |
| void dumpAttributes |
( |
const UtlContainable * |
pAttribute | ) |
|
|
staticprotected |