com.telapi.api.domain.enums.util
Class EnumUtil

java.lang.Object
  extended by com.telapi.api.domain.enums.util.EnumUtil

public class EnumUtil
extends Object


Constructor Summary
EnumUtil()
           
 
Method Summary
static
<T> T
getValue(String s, Map<T,String> map, T unknown)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumUtil

public EnumUtil()
Method Detail

getValue

public static <T> T getValue(String s,
                             Map<T,String> map,
                             T unknown)


Copyright © 2012. All Rights Reserved.