Groovy Documentation

org.jdesktop.swingx.ws.yahoo.search
[Java] Class Utils

java.lang.Object
  org.jdesktop.swingx.ws.yahoo.search.Utils

public final class Utils
extends Object

Authors:
rbair


Constructor Summary
private Utils()

Creates a new instance of Utils

 
Method Summary
private static String convert(String upperCase)

static org.jdesktop.beans.EnumerationValue[] getCountryEnumValues()

static org.jdesktop.beans.EnumerationValue[] getFormatEnumValues()

static org.jdesktop.beans.EnumerationValue[] getLanguageEnumValues()

static org.jdesktop.beans.EnumerationValue[] getLicenseEnumValues()

static org.jdesktop.beans.EnumerationValue[] getRegionEnumValues()

static org.jdesktop.beans.EnumerationValue[] getSubscriptionEnumValues()

static org.jdesktop.beans.EnumerationValue[] getTypeEnumValues()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

Utils

private Utils()
Creates a new instance of Utils


 
Method Detail

convert

private static String convert(String upperCase)


getCountryEnumValues

public static org.jdesktop.beans.EnumerationValue[] getCountryEnumValues()


getFormatEnumValues

public static org.jdesktop.beans.EnumerationValue[] getFormatEnumValues()


getLanguageEnumValues

public static org.jdesktop.beans.EnumerationValue[] getLanguageEnumValues()


getLicenseEnumValues

public static org.jdesktop.beans.EnumerationValue[] getLicenseEnumValues()


getRegionEnumValues

public static org.jdesktop.beans.EnumerationValue[] getRegionEnumValues()


getSubscriptionEnumValues

public static org.jdesktop.beans.EnumerationValue[] getSubscriptionEnumValues()


getTypeEnumValues

public static org.jdesktop.beans.EnumerationValue[] getTypeEnumValues()


 

Groovy Documentation