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