public static enum ResourceMount.SuffixMismatchStrategy extends Enum<ResourceMount.SuffixMismatchStrategy>
| Modifier and Type | Method and Description |
|---|---|
static ResourceMount.SuffixMismatchStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceMount.SuffixMismatchStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceMount.SuffixMismatchStrategy IGNORE
public static final ResourceMount.SuffixMismatchStrategy WARN
public static final ResourceMount.SuffixMismatchStrategy EXCEPTION
public static ResourceMount.SuffixMismatchStrategy[] values()
for (ResourceMount.SuffixMismatchStrategy c : ResourceMount.SuffixMismatchStrategy.values()) System.out.println(c);
public static ResourceMount.SuffixMismatchStrategy 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 © 2014 Molindo GmbH. All Rights Reserved.