public static enum AWSEC2ImageSupplier.QueryStringToMultimap extends Enum<AWSEC2ImageSupplier.QueryStringToMultimap> implements com.google.common.base.Function<String,com.google.common.collect.Multimap<String,String>>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<String,String> |
apply(String arg0) |
static AWSEC2ImageSupplier.QueryStringToMultimap |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AWSEC2ImageSupplier.QueryStringToMultimap[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AWSEC2ImageSupplier.QueryStringToMultimap INSTANCE
public static AWSEC2ImageSupplier.QueryStringToMultimap[] values()
for (AWSEC2ImageSupplier.QueryStringToMultimap c : AWSEC2ImageSupplier.QueryStringToMultimap.values()) System.out.println(c);
public static AWSEC2ImageSupplier.QueryStringToMultimap valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2009-2012 jclouds. All Rights Reserved.