public enum ResolutionStrategy extends java.lang.Enum<ResolutionStrategy>
Modifier and Type | Method and Description |
---|---|
static ResolutionStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResolutionStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResolutionStrategy IGNORE
public static final ResolutionStrategy REPLACE
public static final ResolutionStrategy APPEND
public static ResolutionStrategy[] values()
for (ResolutionStrategy c : ResolutionStrategy.values()) System.out.println(c);
public static ResolutionStrategy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2024 Open Microscopy Environment