org.apache.tomee.loader.service.helper
Class TypeAndValueEntry

java.lang.Object
  extended by org.apache.tomee.loader.service.helper.TypeAndValueEntry

public class TypeAndValueEntry
extends Object


Field Summary
 Class<?> type
           
 Object value
           
 
Constructor Summary
TypeAndValueEntry(Class<?> type, Object value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final Class<?> type

value

public final Object value
Constructor Detail

TypeAndValueEntry

public TypeAndValueEntry(Class<?> type,
                         Object value)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.