public enum EntriesWithoutMetaPrefix extends Enum<EntriesWithoutMetaPrefix> implements com.google.common.base.Function<com.google.common.collect.Multimap<String,String>,Map<String,String>>
.*-Meta-
.Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
apply(com.google.common.collect.Multimap<String,String> arg0) |
static EntriesWithoutMetaPrefix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntriesWithoutMetaPrefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntriesWithoutMetaPrefix INSTANCE
public static EntriesWithoutMetaPrefix[] values()
for (EntriesWithoutMetaPrefix c : EntriesWithoutMetaPrefix.values()) System.out.println(c);
public static EntriesWithoutMetaPrefix 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-2016 The Apache Software Foundation. All Rights Reserved.