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

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

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

The Class RefParam.


Constructor Summary
RefParam(T param)
          Instantiates a new ref 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

RefParam

public RefParam(T param)
Instantiates a new ref param.

Parameters:
param - the 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