public enum ToolMode extends Enum<ToolMode>
| Enum Constant and Description |
|---|
CLEARLOG |
LOOKUP |
REDO |
ROLLBACK |
WRITELOGFILE |
| Modifier and Type | Method and Description |
|---|---|
String |
getPermission() |
static ToolMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToolMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToolMode CLEARLOG
public static final ToolMode LOOKUP
public static final ToolMode REDO
public static final ToolMode ROLLBACK
public static final ToolMode WRITELOGFILE
public static ToolMode[] values()
for (ToolMode c : ToolMode.values()) System.out.println(c);
public static ToolMode 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 String getPermission()
Copyright © 2015. All rights reserved.