microsoft.exchange.webservices.data
Class OutParam<T>

java.lang.Object
  extended by microsoft.exchange.webservices.data.OutParam<T>
Type Parameters:
T - the generic type

public class OutParam<T>
extends java.lang.Object

The Class OutParam.


Constructor Summary
OutParam()
          Instantiates a new out param.
 
Method Summary
 T getParam()
          Gets the param.
 void setParam(T param)
          Sets the param.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutParam

public OutParam()
Instantiates a new out param.

Method Detail

getParam

public T getParam()
Gets the param.

Returns:
the param

setParam

public void setParam(T param)
Sets the param.

Parameters:
param - the new param