Exemple #1
0
 /**
  * Return the building environment in which the target resides.
  *
  * @return The building environment.
  */
 public Environment getEnvironment() {
   return mPackage.getEnvironment();
 }