public static enum DirectorMojo.DirectorRuntimeType extends Enum<DirectorMojo.DirectorRuntimeType>
| Enum Constant and Description |
|---|
internal |
standalone |
| Modifier and Type | Method and Description |
|---|---|
static DirectorMojo.DirectorRuntimeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectorMojo.DirectorRuntimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectorMojo.DirectorRuntimeType internal
public static final DirectorMojo.DirectorRuntimeType standalone
public static DirectorMojo.DirectorRuntimeType[] values()
for (DirectorMojo.DirectorRuntimeType c : DirectorMojo.DirectorRuntimeType.values()) System.out.println(c);
public static DirectorMojo.DirectorRuntimeType 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 © 2008-2014 Eclipse Foundation. All Rights Reserved.