|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NodePropertyChangedEvent.NodeProperty>
org.knime.core.node.workflow.NodePropertyChangedEvent.NodeProperty
public static enum NodePropertyChangedEvent.NodeProperty
Property types that can possibly change.
| Enum Constant Summary | |
|---|---|
JobManager
Job manager (e.g. |
|
LockStatus
Meta node encryption/lock status has changed. |
|
Name
Name (of a meta node) has changed. |
|
TemplateConnection
Meta node template information has changed. |
|
| Method Summary | |
|---|---|
static NodePropertyChangedEvent.NodeProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodePropertyChangedEvent.NodeProperty[] |
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 NodePropertyChangedEvent.NodeProperty JobManager
public static final NodePropertyChangedEvent.NodeProperty Name
public static final NodePropertyChangedEvent.NodeProperty TemplateConnection
public static final NodePropertyChangedEvent.NodeProperty LockStatus
| Method Detail |
|---|
public static NodePropertyChangedEvent.NodeProperty[] values()
for (NodePropertyChangedEvent.NodeProperty c : NodePropertyChangedEvent.NodeProperty.values()) System.out.println(c);
public static NodePropertyChangedEvent.NodeProperty 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 | |||||||||