public enum ExecutorProperties extends Enum<ExecutorProperties>
| Enum Constant and Description |
|---|
baseDir |
encoding |
locale |
messageFormat |
projectName |
resources |
serverUrl |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutorProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecutorProperties projectName
public static final ExecutorProperties baseDir
public static final ExecutorProperties serverUrl
public static final ExecutorProperties resources
public static final ExecutorProperties locale
public static final ExecutorProperties encoding
public static final ExecutorProperties messageFormat
public static ExecutorProperties[] values()
for (ExecutorProperties c : ExecutorProperties.values()) System.out.println(c);
public static ExecutorProperties 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 nullCopyright © 2015 Kicktipp GmbH. All rights reserved.