Eclipse Platform
Kepler (4.3)

org.eclipse.equinox.p2.engine.spi
Class Value<T>

java.lang.Object
  extended by org.eclipse.equinox.p2.engine.spi.Value<T>

public class Value<T>
extends Object


Field Summary
static Value<Object> NO_VALUE
           
 
Constructor Summary
Value(T val)
           
 
Method Summary
 Class<T> getClazz()
           
 T getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_VALUE

public static final Value<Object> NO_VALUE
Constructor Detail

Value

public Value(T val)
Method Detail

getValue

public T getValue()

getClazz

public Class<T> getClazz()

Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.