public static enum BatchConfiguration.JobRepositoryType extends Enum<BatchConfiguration.JobRepositoryType>
Modifier and Type | Method and Description |
---|---|
static BatchConfiguration.JobRepositoryType |
of(String value) |
static BatchConfiguration.JobRepositoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchConfiguration.JobRepositoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchConfiguration.JobRepositoryType JDBC
public static final BatchConfiguration.JobRepositoryType IN_MEMORY
public static BatchConfiguration.JobRepositoryType[] values()
for (BatchConfiguration.JobRepositoryType c : BatchConfiguration.JobRepositoryType.values()) System.out.println(c);
public static BatchConfiguration.JobRepositoryType 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 BatchConfiguration.JobRepositoryType of(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.