public enum BatchVersion extends Enum<BatchVersion>
Modifier and Type | Method and Description |
---|---|
static BatchVersion |
from(org.springframework.cloud.dataflow.schema.AppBootSchemaVersion bootSchemaVersion) |
static BatchVersion |
from(org.springframework.cloud.dataflow.schema.SchemaVersionTarget versionTarget) |
static BatchVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchVersion BATCH_4
public static final BatchVersion BATCH_5
public static BatchVersion[] values()
for (BatchVersion c : BatchVersion.values()) System.out.println(c);
public static BatchVersion valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static BatchVersion from(org.springframework.cloud.dataflow.schema.AppBootSchemaVersion bootSchemaVersion)
public static BatchVersion from(org.springframework.cloud.dataflow.schema.SchemaVersionTarget versionTarget)
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.