public enum CreateProcessLog extends java.lang.Enum<CreateProcessLog>
| Enum Constant and Description |
|---|
MODULE
Creation of process logs is decided by module.
|
NO
No process logs are created.
|
YES
All modules creates process logs.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateProcessLog |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CreateProcessLog[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateProcessLog MODULE
public static final CreateProcessLog YES
public static final CreateProcessLog NO
public static CreateProcessLog[] values()
for (CreateProcessLog c : CreateProcessLog.values()) System.out.println(c);
public static CreateProcessLog valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.