org.deegree.enterprise.control
Interface RPCParameter

All Known Subinterfaces:
RPCMember
All Known Implementing Classes:
RPCMember_Impl, RPCParameter_Impl

public interface RPCParameter

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

Version:
$Revision: 1.1 $ $Date: 2003/10/27 09:48:52 $
Author:
Andreas Poth

Method Summary
 java.lang.Class getType()
          returns the class of the parameter
 java.lang.Object getValue()
          returns the value of the parameter
 

Method Detail

getType

public java.lang.Class getType()
returns the class of the parameter

Returns:
class of the parameter

getValue

public java.lang.Object getValue()
returns the value of the parameter

Returns:
the value of the parameter