public static enum ServiceDescriptor.PreloadMode extends java.lang.Enum<ServiceDescriptor.PreloadMode>
Enum Constant and Description |
---|
AWAIT |
FALSE |
NOT_HEADLESS |
NOT_LIGHT_EDIT |
TRUE |
Modifier and Type | Method and Description |
---|---|
static ServiceDescriptor.PreloadMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceDescriptor.PreloadMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceDescriptor.PreloadMode TRUE
public static final ServiceDescriptor.PreloadMode FALSE
public static final ServiceDescriptor.PreloadMode AWAIT
public static final ServiceDescriptor.PreloadMode NOT_HEADLESS
public static final ServiceDescriptor.PreloadMode NOT_LIGHT_EDIT
public static ServiceDescriptor.PreloadMode[] values()
for (ServiceDescriptor.PreloadMode c : ServiceDescriptor.PreloadMode.values()) System.out.println(c);
public static ServiceDescriptor.PreloadMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null