/**
  * Retrieves the SPObjectData that results from the SystemParameterCreateRequest call
  *
  * @return SPObjectData resulting from udt call
  */
 public SPObjectData getOutput() {
   return SPObjectHelper.fromMap(outputMap, "SystemParameter");
 }