13.07.2015 Views

Bouml reference manual - Fedora Project Packages GIT repositories

Bouml reference manual - Fedora Project Packages GIT repositories

Bouml reference manual - Fedora Project Packages GIT repositories

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

file:///C:/uml/BOUML/bouml_3.0/doc/TOUT.html97 of 378 07/10/2007 15:55The menu entry duplicate clone the attribute.Menu : add ...These entries allow to produce get and set operations on the attribute, contrarily to the similar operations made by hand, these two onesare linked to the associated attribute to be updated, or deleted when the attributes is deleted. The default name of the operationcharacteristics are set through the generation settings.By default, the get and set operations generated for the Stop's attribute name are :C++inline const string Stop::get_name() const {return name;}void Stop::set_name(string new_value) {name = new_value;}Javapublic final String get_name() {return value;}public void set_name(String new_value) {name = new_value;}Phpfinal public function getName(){return $this->name;}public function setName($value){$this->name = $value;}Idlstring get_name();void set_name(string new_value);Menu : deleteThe menu entry delete is only present when the attribute is not read-only.Delete the attribute, associated get and set operations when they exist, and all the representation of them in the opened diagrams. Afterthat it is possible to undelete them (from the browser) until you close the project : obviously the deleted items are not saved !

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!