Beispiel #1
0
 /**
  * Binds a room attribute to a room type.
  *
  * @generated NOT
  */
 public boolean addAttributeToRoomType(RoomType roomType, RoomAttribute roomAttribute) {
   return roomTypeHandling.addAttributeToRoomType(roomType, roomAttribute);
 }