|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ViewUpdateNotice.ViewType>
org.knime.base.node.util.exttool.ViewUpdateNotice.ViewType
static enum ViewUpdateNotice.ViewType
the different types of view reacting to update notifications.
Enum Constant Summary | |
---|---|
stderr
the views displaying output to standard error. |
|
stdout
the views displaying output to standard out. |
Method Summary | |
---|---|
static ViewUpdateNotice.ViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ViewUpdateNotice.ViewType[] |
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 ViewUpdateNotice.ViewType stdout
public static final ViewUpdateNotice.ViewType stderr
Method Detail |
---|
public static ViewUpdateNotice.ViewType[] values()
for (ViewUpdateNotice.ViewType c : ViewUpdateNotice.ViewType.values()) System.out.println(c);
public static ViewUpdateNotice.ViewType 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 null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |