public static enum Configuration.PidMode extends Enum<Configuration.PidMode>
| Enum Constant and Description |
|---|
FULL_NAME |
LOCAL_NAME |
| Modifier and Type | Method and Description |
|---|---|
static Configuration.PidMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.PidMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Configuration.PidMode FULL_NAME
public static final Configuration.PidMode LOCAL_NAME
public static Configuration.PidMode[] values()
for (Configuration.PidMode c : Configuration.PidMode.values()) System.out.println(c);
public static Configuration.PidMode 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 © 2011–2021 Talend Inc.. All rights reserved.