コード例 #1
0
ファイル: SysAdminImpl.java プロジェクト: Nieo/tda593
 /**
  * Binds a room attribute to a room type.
  *
  * @generated NOT
  */
 public boolean addAttributeToRoomType(RoomType roomType, RoomAttribute roomAttribute) {
   return roomTypeHandling.addAttributeToRoomType(roomType, roomAttribute);
 }