public enum EShredderCommit extends Enum<EShredderCommit>
Enum Constant and Description |
---|
COMMIT
Auto commit afterwards.
|
NOCOMMIT
Do not commit after subtree has been shreddered.
|
Modifier and Type | Method and Description |
---|---|
static EShredderCommit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EShredderCommit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EShredderCommit COMMIT
public static final EShredderCommit NOCOMMIT
public static EShredderCommit[] values()
for (EShredderCommit c : EShredderCommit.values()) System.out.println(c);
public static EShredderCommit 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 © 2013. All Rights Reserved.