public abstract class EnumParam<E extends Enum<E>> extends Param<E>
value
EnumParam(String label, String str, Class<E> e)
protected String
getDomain()
protected E
parse(String str)
parseParam, setValue, toString, value
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public EnumParam(String label, String str, Class<E> e)
protected E parse(String str) throws Exception
parse
Param<E extends Enum<E>>
Exception
protected String getDomain()
getDomain
Copyright © 2014 Apache Software Foundation. All Rights Reserved.