public static enum URIResolverGUI.ResultValues extends java.lang.Enum<URIResolverGUI.ResultValues>
Enum Constant and Description |
---|
CANCEL
User selected cancel and do not knows about where the file shall be mapped.
|
OK_DO_NOT_STORE
User selected this choice means the user wants a a mapping rule available during this processor session.
|
OK_STORE
User selected this choice means a new permanent rule will be created in an XBRLCatalog file.
|
RETRY
User selected retry.
|
Modifier and Type | Method and Description |
---|---|
static URIResolverGUI.ResultValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static URIResolverGUI.ResultValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final URIResolverGUI.ResultValues OK_STORE
public static final URIResolverGUI.ResultValues OK_DO_NOT_STORE
public static final URIResolverGUI.ResultValues CANCEL
public static final URIResolverGUI.ResultValues RETRY
public static URIResolverGUI.ResultValues[] values()
for (URIResolverGUI.ResultValues c : URIResolverGUI.ResultValues.values()) System.out.println(c);
public static URIResolverGUI.ResultValues 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 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa