deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.enterprise.control
Class RPCParameter

java.lang.Object
  extended by org.deegree.enterprise.control.RPCParameter
Direct Known Subclasses:
RPCMember

public class RPCParameter
extends Object

The class encapsulates a parameter of a RPC. Notice that the value of the parameter may be complex (RPCStruct) or an array.

Version:
$Revision: 18195 $ $Date: 2009-06-18 17:55:39 +0200 (Do, 18. Jun 2009) $
Author:
Andreas Poth

Constructor Summary
RPCParameter(Class type, Object value)
           
 
Method Summary
 Class getType()
          returns the class of the parameter
 Object getValue()
          returns the value of the parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPCParameter

public RPCParameter(Class type,
                    Object value)
Parameters:
type - class of the parameter
value - the value of the parameter
Method Detail

getType

public Class getType()
returns the class of the parameter

Returns:
class of the parameter

getValue

public Object getValue()
returns the value of the parameter

Returns:
the value of the parameter

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org