org.apache.tomee.common
Class EnumFactory

java.lang.Object
  extended by org.apache.tomee.common.EnumFactory
All Implemented Interfaces:
ObjectFactory

public class EnumFactory
extends Object
implements ObjectFactory

Version:
$Rev$ $Date$

Field Summary
static String ENUM_VALUE
           
 
Constructor Summary
EnumFactory()
           
 
Method Summary
 Object getObjectInstance(Object object, Name name, Context context, Hashtable environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENUM_VALUE

public static final String ENUM_VALUE
See Also:
Constant Field Values
Constructor Detail

EnumFactory

public EnumFactory()
Method Detail

getObjectInstance

public Object getObjectInstance(Object object,
                                Name name,
                                Context context,
                                Hashtable environment)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.