#include <Method.h>
Inheritance diagram for rnaml::Method:

Public Methods | |
| Method () | |
| Initializes the object. | |
| Method (const Method &right) | |
| Initializes the object with the right's content. | |
| Method * | clone () const |
| Clones the object. | |
| virtual | ~Method () |
| Destroys the object. | |
| Method & | operator= (const Method &right) |
| Assigns the object with the right's content. | |
| const char * | getValue () const |
| Gets the method value. | |
| void | setValue (const char *value) |
| Sets the method value. | |
|
|
Initializes the object.
|
|
|
Initializes the object with the right's content.
|
|
|
Destroys the object.
|
|
|
Clones the object.
|
|
|
Gets the method value.
|
|
|
Assigns the object with the right's content.
|
|
|
Sets the method value.
|
1.2.18