コード例 #1
0
 /**
  * Returns the description property of the LEM Subsystem object.
  *
  * @return the Subsystem description.
  */
 public String getDescription() {
   if (subsystem.getDescription() != null) return trim(subsystem.getDescription());
   else return "";
 }