public static enum LegendImageRetriever.ErrorBehavior extends Enum<LegendImageRetriever.ErrorBehavior>
| Enum Constant and Description | 
|---|
ERROR_MARKER  | 
EXCEPTION  | 
EXCLUDE_LAYER  | 
| Modifier and Type | Method and Description | 
|---|---|
static LegendImageRetriever.ErrorBehavior | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LegendImageRetriever.ErrorBehavior[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final LegendImageRetriever.ErrorBehavior EXCEPTION
public static final LegendImageRetriever.ErrorBehavior EXCLUDE_LAYER
public static final LegendImageRetriever.ErrorBehavior ERROR_MARKER
public static LegendImageRetriever.ErrorBehavior[] values()
for (LegendImageRetriever.ErrorBehavior c : LegendImageRetriever.ErrorBehavior.values()) System.out.println(c);
public static LegendImageRetriever.ErrorBehavior 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 © 2017 Comune di Prato. All rights reserved.