com.googlecode.jpattern.gwt.client.util
Class GenericWrapper<T>
java.lang.Object
com.googlecode.jpattern.gwt.client.util.GenericWrapper<T>
public class GenericWrapper<T>
- extends Object
- Author:
- Francesco Cina'
08/mag/2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericWrapper
public GenericWrapper(Class<T> objectClass)
getValue
public T getValue()
setValue
public void setValue(T value)
getWrappedClass
public Class<T> getWrappedClass()
Copyright © 2011. All Rights Reserved.