org.deegree.enterprise.control
Class RPCUtils
java.lang.Object
org.deegree.enterprise.control.RPCUtils
public class RPCUtils
- extends java.lang.Object
- Since:
- 2.0
- Version:
- $Revision: 18195 $, 1.0. $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Andreas Poth, last edited by: $Author: mschneider $
Method Summary |
static double |
getRpcPropertyAsDouble(RPCStruct struct,
java.lang.String memberName)
returns a named member value of the passed struct as integer |
static int |
getRpcPropertyAsInt(RPCStruct struct,
java.lang.String memberName)
returns a named member value of the passed struct as integer |
static java.lang.String |
getRpcPropertyAsString(RPCStruct struct,
java.lang.String memberName)
returns a named member value of the passed struct as string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RPCUtils
public RPCUtils()
getRpcPropertyAsString
public static java.lang.String getRpcPropertyAsString(RPCStruct struct,
java.lang.String memberName)
- returns a named member value of the passed struct as string
- Parameters:
struct
- memberName
-
- Returns:
- a named member value of the passed struct as string
getRpcPropertyAsInt
public static int getRpcPropertyAsInt(RPCStruct struct,
java.lang.String memberName)
- returns a named member value of the passed struct as integer
- Parameters:
struct
- memberName
-
- Returns:
- a named member value of the passed struct as integer
getRpcPropertyAsDouble
public static double getRpcPropertyAsDouble(RPCStruct struct,
java.lang.String memberName)
- returns a named member value of the passed struct as integer
- Parameters:
struct
- memberName
-
- Returns:
- a named member value of the passed struct as integer
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org