org.deegree.enterprise.control
Class RPCParameter
java.lang.Object
org.deegree.enterprise.control.RPCParameter
- Direct Known Subclasses:
- RPCMember
public class RPCParameter
- extends java.lang.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(java.lang.Class type,
java.lang.Object value)
|
Method Summary |
java.lang.Class |
getType()
returns the class of the parameter |
java.lang.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 |
RPCParameter
public RPCParameter(java.lang.Class type,
java.lang.Object value)
- Parameters:
type
- class of the parametervalue
- the value of the parameter
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
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org