|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<RGroupDecompositionAction.ShowRGroup>
com.im.ijc.core.api.actions.RGroupDecompositionAction.ShowRGroup
public static enum RGroupDecompositionAction.ShowRGroup
Type of RGRoup filter.
| Enum Constant Summary | |
|---|---|
HIDE
Show only result (core) without rgroups. |
|
HIDE_CORE
Show only all rgroups. |
|
SHOW
Show all rgroups and core. |
|
| Method Summary | |
|---|---|
String |
getLabel()
|
static RGroupDecompositionAction.ShowRGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RGroupDecompositionAction.ShowRGroup[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, 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 RGroupDecompositionAction.ShowRGroup SHOW
public static final RGroupDecompositionAction.ShowRGroup HIDE_CORE
public static final RGroupDecompositionAction.ShowRGroup HIDE
| Method Detail |
|---|
public static RGroupDecompositionAction.ShowRGroup[] values()
for (RGroupDecompositionAction.ShowRGroup c : RGroupDecompositionAction.ShowRGroup.values()) System.out.println(c);
public static RGroupDecompositionAction.ShowRGroup valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getLabel()
|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||