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