|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<URIResolverGUI.ResultValues>
com.ihr.xbrl.gui.interfaces.URIResolverGUI.ResultValues
public static enum URIResolverGUI.ResultValues
These are possible values returned by the user interface
| Enum Constant Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||