|
||||||||||
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
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 | |
---|---|
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. |
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 V200
public static final WorkflowPersistorVersion200.LoadVersion V210_Pre
public static final WorkflowPersistorVersion200.LoadVersion V210
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 |