K
- public interface EnumConverter<K>
Implementers should also implement (though there is no way of requiring it)
a static method for taking the conversion the other way:
public static Enum convert (K value);
K convert()
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.