Пример #1
0
 /**
  * Gets the object with the specified property name. Throws an UnsupportedOperationException if
  * the named object has not been stored.
  *
  * @param par
  * @return the object
  */
 public Object getObject(String par) throws UnsupportedOperationException {
   return table.getObject(par);
 }