public static enum ExportService.Style extends Enum<ExportService.Style>
Enum Constant and Description |
---|
ANONYMIZED |
NORMAL |
Modifier and Type | Method and Description |
---|---|
static ExportService.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportService.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportService.Style ANONYMIZED
public static final ExportService.Style NORMAL
public static ExportService.Style[] values()
for (ExportService.Style c : ExportService.Style.values()) System.out.println(c);
public static ExportService.Style 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 © 2002-2015 Atlassian. All Rights Reserved.