org.deegree.enterprise.control
Class RPCParameter
java.lang.Object
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: 9338 $ $Date: 2007-12-27 13:31:31 +0100 (Do, 27 Dez 2007) $
- Author:
- Andreas Poth
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RPCParameter
public RPCParameter(Class type,
Object value)
- Parameters:
type
- class of the parametervalue
- the value of the parameter
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
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net