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–2013 The Apache Software Foundation. All rights reserved.