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