public static enum CLJInternalFrameSelectInstances.SelectAction extends java.lang.Enum<CLJInternalFrameSelectInstances.SelectAction>
| Enum Constant and Description |
|---|
NOTIFY_SELECT |
NOTIFY_SELECT_CLONE |
| Modifier and Type | Method and Description |
|---|---|
static CLJInternalFrameSelectInstances.SelectAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CLJInternalFrameSelectInstances.SelectAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CLJInternalFrameSelectInstances.SelectAction NOTIFY_SELECT
public static final CLJInternalFrameSelectInstances.SelectAction NOTIFY_SELECT_CLONE
public static CLJInternalFrameSelectInstances.SelectAction[] values()
for (CLJInternalFrameSelectInstances.SelectAction c : CLJInternalFrameSelectInstances.SelectAction.values()) System.out.println(c);
public static CLJInternalFrameSelectInstances.SelectAction 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 null