org.apache.shindig.social.opensocial.model
Class EnumUtil
java.lang.Object
org.apache.shindig.social.opensocial.model.EnumUtil
public final class EnumUtil
- extends Object
Utility class for OpenSocial enums.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getEnumStrings
public static Set<String> getEnumStrings(Enum<?>... vals)
- Parameters:
vals - array of enums
- Returns:
- a set of the names for a list of Enum values defined by toString
Copyright © 2007-2012. All Rights Reserved.