コード例 #1
0
ファイル: LocationMBean.java プロジェクト: CesarNog/yougi
 public City getCity() {
   if (this.selectedCity != null && !this.selectedCity.isEmpty()) {
     return locationBean.findCity(this.selectedCity);
   } else {
     return null;
   }
 }