net.slashie.util
Class ReferenceParam<K>

java.lang.Object
  extended by net.slashie.util.ReferenceParam<K>
Type Parameters:
K - The type of the reference param

public class ReferenceParam<K>
extends java.lang.Object

Author:
Slashie

Constructor Summary
ReferenceParam()
           
 
Method Summary
 K getValue()
           
 void setValue(K value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceParam

public ReferenceParam()
Method Detail

getValue

public K getValue()

setValue

public void setValue(K value)