#include <LDAPAttrType.h>
Public Member Functions | |
| LDAPAttrType () | |
| Constructor. | |
| LDAPAttrType (const LDAPAttrType &oc) | |
| Copy constructor. | |
| LDAPAttrType (string at_item) | |
| Constructs new object and fills the data structure by parsing the argument. | |
| virtual | ~LDAPAttrType () |
| Destructor. | |
| string | getDesc () |
| Returns attribute description. | |
| string | getOid () |
| Returns attribute oid. | |
| string | getName () |
| Returns attribute name (first one if there are more of them). | |
| StringList | getNames () |
| Returns all attribute names. | |
| bool | isSingle () |
| Returns true if attribute type hllows only single value. | |
| void | setNames (char **at_names) |
| void | setDesc (char *at_desc) |
| void | setOid (char *at_oid) |
| void | setSingle (int at_single_value) |
Private Attributes | |
| StringList | names |
| string | desc |
| string | oid |
| bool | single |
|
|
Constructor.
|
|
|
Copy constructor.
|
|
|
Constructs new object and fills the data structure by parsing the argument.
|
|
|
Destructor.
|
|
|
Returns attribute description.
|
|
|
Returns attribute name (first one if there are more of them).
|
|
|
Returns all attribute names.
|
|
|
Returns attribute oid.
|
|
|
Returns true if attribute type hllows only single value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1