|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WorkflowPersistorVersion200.LoadVersion>
org.knime.core.node.workflow.WorkflowPersistorVersion200.LoadVersion
public static enum WorkflowPersistorVersion200.LoadVersion
A Version representing a specific workflow format. This enum covers only the version that this specific class can read (or write). Ordinal numbering is important.
| Enum Constant Summary | |
|---|---|
UNKNOWN
Pre v2.0. |
|
V200
Version 2.0.0 - 2.0.x. |
|
V210
Version 2.1.x. |
|
V210_Pre
Trunk version when 2.0.x was out, covers cluster and server prototypes. |
|
V220
Version 2.2.x, introduces optional inputs, flow variable input credentials, node local drop directory. |
|
V230
Version 2.3.x, introduces workflow annotations & switches. |
|
V240
Version 2.4.x, introduces meta node templates. |
|
V250
Version 2.5.x, lockable meta nodes, node-relative annotations. |
|
| Method Summary | |
|---|---|
(package private) static WorkflowPersistorVersion200.LoadVersion |
get(String string)
Get the load version for the version string or null if unknown. |
String |
getVersionString()
|
static WorkflowPersistorVersion200.LoadVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WorkflowPersistorVersion200.LoadVersion[] |
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 WorkflowPersistorVersion200.LoadVersion UNKNOWN
public static final WorkflowPersistorVersion200.LoadVersion V200
public static final WorkflowPersistorVersion200.LoadVersion V210_Pre
public static final WorkflowPersistorVersion200.LoadVersion V210
public static final WorkflowPersistorVersion200.LoadVersion V220
public static final WorkflowPersistorVersion200.LoadVersion V230
public static final WorkflowPersistorVersion200.LoadVersion V240
public static final WorkflowPersistorVersion200.LoadVersion V250
| Method Detail |
|---|
public static WorkflowPersistorVersion200.LoadVersion[] values()
for (WorkflowPersistorVersion200.LoadVersion c : WorkflowPersistorVersion200.LoadVersion.values()) System.out.println(c);
public static WorkflowPersistorVersion200.LoadVersion 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 getVersionString()
static WorkflowPersistorVersion200.LoadVersion get(String string)
string - Version string (as in workflow.knime).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||