com.esri.arcgisws.runtime
Class Holder

java.lang.Object
  extended by com.esri.arcgisws.runtime.Holder

public final class Holder
extends Object

The Class Holder.


Field Summary
 T value
          The value.
 
Constructor Summary
Holder()
          Instantiates a new holder.
Holder(T value)
          Instantiates a new holder.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public T value
The value.

Constructor Detail

Holder

public Holder()
Instantiates a new holder. Holder default constructor.


Holder

public Holder(T value)
Instantiates a new holder. Holder constructor.

Parameters:
value - the value