org.apache.geronimo.gshell.clp.handler
Class EnumHandler<T extends Enum<T>>
java.lang.Object
org.apache.geronimo.gshell.clp.handler.Handler<T>
org.apache.geronimo.gshell.clp.handler.EnumHandler<T>
public class EnumHandler<T extends Enum<T>>
- extends Handler<T>
Handler for enum types.
- Version:
- $Rev: 570613 $ $Date: 2007-08-28 19:39:43 -0700 (Tue, 28 Aug 2007) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumHandler
public EnumHandler(Descriptor desc,
Setter<? super T> setter,
Class<T> enumType)
handle
public int handle(Parameters params)
throws ProcessingException
- Specified by:
handle in class Handler<T extends Enum<T>>
- Throws:
ProcessingException
getDefaultMetaVariable
public String getDefaultMetaVariable()
- Specified by:
getDefaultMetaVariable in class Handler<T extends Enum<T>>
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.