org.deegree.services.wps.provider.jrxml
Class JrxmlProcessDescription

java.lang.Object
  extended by org.deegree.services.wps.provider.jrxml.JrxmlProcessDescription

public class JrxmlProcessDescription
extends Object

TODO add class documentation here

Version:
$Revision: $, $Date: $
Author:
Lyn Goltz, last edited by: $Author: lyn $

Constructor Summary
JrxmlProcessDescription(String id, URL url, String description, Map<String,ParameterDescription> parameterDescriptions, URL template, Map<String,URL> subreports, ResourceBundle resourceBundle)
           
 
Method Summary
 String getDescription()
           
 Map<String,ParameterDescription> getParameterDescriptions()
           
 ResourceBundle getResourceBundle()
           
 Map<String,URL> getSubreports()
           
 URL getTemplate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JrxmlProcessDescription

public JrxmlProcessDescription(String id,
                               URL url,
                               String description,
                               Map<String,ParameterDescription> parameterDescriptions,
                               URL template,
                               Map<String,URL> subreports,
                               ResourceBundle resourceBundle)
Method Detail

getResourceBundle

public ResourceBundle getResourceBundle()

getSubreports

public Map<String,URL> getSubreports()

getTemplate

public URL getTemplate()

getDescription

public String getDescription()

getParameterDescriptions

public Map<String,ParameterDescription> getParameterDescriptions()


Copyright © 2011. All Rights Reserved.