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