#include <Url.h>
Inheritance diagram for rnaml::Url:
Public Methods | |
Url () | |
Initializes the object. | |
Url (const Url &right) | |
Initializes the object with the right's content. | |
Url * | clone () const |
Clones the object. | |
virtual | ~Url () |
Destroys the object. | |
Url & | operator= (const Url &right) |
Assigns the object with the right's content. | |
const char * | getValue () const |
Gets the url value. | |
void | setValue (const char *value) |
Sets the url value. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the url value.
|
|
Assigns the object with the right's content.
|
|
Sets the url value.
|