public static enum PluginGoal.LifecyclePhase extends Enum<PluginGoal.LifecyclePhase>
| Modifier and Type | Method and Description |
|---|---|
static PluginGoal.LifecyclePhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginGoal.LifecyclePhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginGoal.LifecyclePhase VALIDATE
public static final PluginGoal.LifecyclePhase VERIFY
public static PluginGoal.LifecyclePhase[] values()
for (PluginGoal.LifecyclePhase c : PluginGoal.LifecyclePhase.values()) System.out.println(c);
public static PluginGoal.LifecyclePhase 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 © 2015–2017. All rights reserved.