public static enum LimaConfig.Action extends Enum<LimaConfig.Action>
| Enum Constant and Description |
|---|
HELP |
| Modifier and Type | Field and Description |
|---|---|
String |
action |
static int |
AFTER_INIT_STEP
After init action step.
|
String[] |
aliases |
static int |
BEFORE_EXIT_STEP
Before init action step.
|
String |
description |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static LimaConfig.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LimaConfig.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LimaConfig.Action HELP
public static final int BEFORE_EXIT_STEP
public static final int AFTER_INIT_STEP
public String description
public String action
public String[] aliases
public static LimaConfig.Action[] values()
for (LimaConfig.Action c : LimaConfig.Action.values()) System.out.println(c);
public static LimaConfig.Action 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 getDescription()
Copyright © 2008–2013 CodeLutin. All rights reserved.